From e02589c204ed08448a1b5f79734faf71b43e1e76 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 17 Sep 2003 07:32:02 +0000 Subject: [PATCH] Added small optimization. --- src/ircmsgs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ircmsgs.py b/src/ircmsgs.py index 8c447a9fd..191d22609 100644 --- a/src/ircmsgs.py +++ b/src/ircmsgs.py @@ -96,6 +96,7 @@ class IrcMsg(object): else: self.args = () elif s: # Must be using a string. + self._str = s if s[0] == ':': self.prefix, s = s[1:].split(None, 1) else: