Stupid tabs.

This commit is contained in:
Jeremy Fincher 2003-03-15 11:18:28 +00:00
parent 94c10ca5da
commit f6066236a9

View File

@ -108,7 +108,6 @@ class FunCommands(callbacks.Privmsg):
except ValueError: except ValueError:
irc.error(msg, 'That number doesn\'t map to an 8-bit character.') irc.error(msg, 'That number doesn\'t map to an 8-bit character.')
def hexlify(self, irc, msg, args): def hexlify(self, irc, msg, args):
"<text>; turn string into a hexstring." "<text>; turn string into a hexstring."
text = privmsgs.getArgs(args) text = privmsgs.getArgs(args)