Here's a trivial one-liner to fix the default channel that XoIRC
joins.  The patch is also attached to this bug:

   http://dev.laptop.org/ticket/5378

Phil
diff -ur XoIRC.activity/xoircactivity.py XoIRC.activity.patched/xoircactivity.py
--- XoIRC.activity/xoircactivity.py	2007-12-06 21:43:58.000000000 -0600
+++ XoIRC.activity.patched/xoircactivity.py	2007-12-21 16:20:44.903647372 -0600
@@ -33,7 +33,7 @@
         self.set_title(_('Xo IRC Activity'))
 
         client = purk.Client()
-        client.add_channel('#olpc-support')
+        client.add_channel('#olpc-help')
         client.join_server('irc.freenode.net')
         client.show()
         widget = client.get_widget()
_______________________________________________
Devel mailing list
Devel@lists.laptop.org
http://lists.laptop.org/listinfo/devel

Reply via email to