[Twisted-Python] Another patch for twisted-im

screwtape at froup.com screwtape at froup.com
Fri Nov 8 01:47:50 EST 2002


This one's dead simple, and shouldn't cause any discussion. :)

-- 
 ___________ ____________________________
| Screwtape | Reply-To: munged on Usenet |________ ______ ____ __ _  _   _
|
| I don't usually .sig people in newsgroups. -- Charles Lieberman
|
-------------- next part --------------
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)
             for channel in self.account.channels:
                 self.joinGroup(channel)
             self.account._isOnline=1


More information about the Twisted-Python mailing list