Send a message on bot removal

This commit is contained in:
Juhani Krekelä 2019-06-01 22:39:51 +03:00
parent 416f94b475
commit 9d08703f6f
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ def game(send, notice, voice, devoice, get_event):
name, = args
if name in bots:
del bots[name]
send('Bot %s removed' % name)
else:
send('No such bot %s' % name)