This commit is contained in:
Erik C. Thauvin 2020-07-11 18:32:57 -07:00
parent 044f1b85b7
commit 8b4b0d7dd1
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ class Tags(bot: Mobibot) : AbstractCommand(bot) {
bot.send(EntriesUtils.buildTags(index, entry)) bot.send(EntriesUtils.buildTags(index, entry))
LinksMgr.saveEntries(bot, false) LinksMgr.saveEntries(bot, false)
} else { } else {
bot.send(sender, "Please ask a channel op to change the tags for you.",isPrivate) bot.send(sender, "Please ask a channel op to change the tags for you.", isPrivate)
} }
} else { } else {
if (entry.hasTags()) { if (entry.hasTags()) {

View file

@ -103,7 +103,7 @@
<div><code>mobibot: joke</code></div> <div><code>mobibot: joke</code></div>
</li> </li>
<li>Rolling dice and playing war <li>Rolling dice and playing war
<div><code>mobibot: dice</code><div> <div><code>mobibot: dice</code></div>
<div><code>mobibot: war</code></div> <div><code>mobibot: war</code></div>
</li> </li>
<li>Posting to <a href="https://twitter.com/mobitopia">Twitter</a></li> <li>Posting to <a href="https://twitter.com/mobitopia">Twitter</a></li>