minor bugfixes
This commit is contained in:
@ -70,8 +70,8 @@ class Tell(DatabasePlugin):
|
||||
for tell in self.tell_queue[nick]:
|
||||
self.bot.privmsg(nick, '\x02[Tell]\x02 Message from {nick} at {time}: {message}'.format(
|
||||
nick=tell[0],
|
||||
time=tell[1], # TODO: format time
|
||||
message=tell[2],
|
||||
time=tell[2], # TODO: format time
|
||||
message=tell[1],
|
||||
))
|
||||
|
||||
del self.tell_queue[nick]
|
||||
|
Reference in New Issue
Block a user