note added item in countdown add
This commit is contained in:
parent
03604ef6f0
commit
1c88a3672e
@ -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]):
|
||||
|
Loading…
Reference in New Issue
Block a user