mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-08 12:15:25 -05:00
Removed nick hack in IrcMsg; I never liked it anyway.
This commit is contained in:
parent
936effb2bc
commit
60fa81c268
1 changed files with 2 additions and 2 deletions
|
@ -115,8 +115,8 @@ class IrcMsg(object):
|
|||
self._user = user
|
||||
self._host = host
|
||||
self._command = command
|
||||
if self.command == 'NICK' and type(args) != tuple:
|
||||
args[0] = ircutils.nick(args[0])
|
||||
## if self.command == 'NICK' and type(args) != tuple:
|
||||
## args[0] = ircutils.nick(args[0])
|
||||
self._args = tuple(args)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue