Cleanup.
This commit is contained in:
parent
044f1b85b7
commit
8b4b0d7dd1
2 changed files with 2 additions and 2 deletions
|
@ -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()) {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue