[Twisted-Python] Another patch for twisted-im
Daniel Stone
dstone at kde.org
Fri Nov 8 00:19:21 MST 2002
On Fri, Nov 08, 2002 at 05:47:50PM +1100, screwtape at froup.com scrawled:
> This one's dead simple, and shouldn't cause any discussion. :)
Yes, it should. :P
> diff -u -r1.20 ircsupport.py
> --- ircsupport.py 2 Nov 2002 16:53:56 -0000 1.20
> +++ ircsupport.py 8 Nov 2002 07:06:18 -0000
> @@ -95,7 +95,7 @@
> if self.account.password:
> self.sendLine("PASS :%s" % self.account.password)
> self.setNick(self.account.nickname)
> - self.sendLine("USER %s foo bar :GTK-IM user"%self.nickname)
> + self.sendLine("USER %s foo bar :Twisted-IM user"%self.nickname)
IMHO "user" should be configurable, too; that's the username that shows
up.
--
Daniel Stone <daniel at raging.dropbear.id.au> <dstone at kde.org>
Developer - http://kopete.kde.org, http://www.kde.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: </pipermail/twisted-python/attachments/20021108/3dfa8de6/attachment.sig>
More information about the Twisted-Python
mailing list