Skip to content
This repository was archived by the owner on Feb 21, 2018. It is now read-only.

Commit d1c4654

Browse files
committed
bot/ponify: update
1 parent 85090d1 commit d1c4654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/bot/ponify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def ponifyCMD(cod, line, splitline, source, destination):
5151
line = " ".join(splitline[1:])
5252

5353
cod.reply(source, destination, "%s: %s" %
54-
(cod.clients[source].nick, replace(line, list_of_finds)))
54+
(source.nick, replace(line, list_of_finds)))
5555

5656
def map_each(replacements, f):
5757
return list(list(map(f, entry)) for entry in replacements)

0 commit comments

Comments
 (0)