Send a message on bot add

This commit is contained in:
Juhani Krekelä 2019-05-10 19:34:51 +03:00
parent ee7d3baa9e
commit e86915927c
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ def game(send, notice, voice, devoice, get_event):
name, = args
if name not in bots:
bots[name] = Rando(name)
send('Bot %s added' % name)
else:
send('Bot named %s already exists' % name)