note added item in countdown add

This commit is contained in:
Brian S. Stephan 2010-07-25 15:28:29 -05:00
parent 03604ef6f0
commit 1c88a3672e
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ def sub_countdown(connection, event, nick, userhost, replypath, what, admin_unlo
config.add_section('countdown')
config.set('countdown', item, target.astimezone(tzutc()).isoformat())
connection.privmsg(replypath, 'added countdown item')
connection.privmsg(replypath, 'added countdown item ' + whats[2])
elif whats[1] == 'remove':
try:
if config.remove_option('countdown', whats[2]):