diff --git a/dr.botzo.py b/dr.botzo.py index f38576f..bc699dc 100755 --- a/dr.botzo.py +++ b/dr.botzo.py @@ -42,6 +42,8 @@ def on_privmsg(connection, event): connection.join(what.split(' ')[1]) elif what.split(' ')[0] == 'part' and admin_unlocked: connection.part(what.split(' ')[1], ' '.join(what.split(' ')[2:])) + elif what.split(' ')[0] == 'quit' and admin_unlocked: + connection.quit(' '.join(what.split(' ')[1:])) ##### # init