.upper() command in IRCParsedLine.format()
This commit is contained in:
parent
54218b747f
commit
c6699c509e
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class IRCParsedLine(object):
|
|||
if self.prefix:
|
||||
s += "%s " % self.prefix
|
||||
|
||||
s += self.command
|
||||
s += self.command.upper()
|
||||
|
||||
if self.args:
|
||||
if len(self._args) > 1:
|
||||
|
|
Loading…
Reference in a new issue