The Undiscoverable: Difference between revisions
→IRC: How to change the autologon channels on the XoIRC application |
|||
| Line 234: | Line 234: | ||
* Change name: click on name in right bottom corner, edit, hit <enter> | * Change name: click on name in right bottom corner, edit, hit <enter> | ||
* /join #''channel'' command | * /join #''channel'' command | ||
*How to change the autologon channels on the XoIRC application in sugar: | |||
*in terminal enter gedit then open and edit the file ircactivity.py | |||
in .../Activities/IRC.activity subdirectory. ( install gedit with yum install.) | |||
*add "client.add-channel ('sugar') "lines with the different #channels | |||
inside quotes that you want to open on startup, Then save the changed file. | |||
Now autologon to those channels works on startup | |||
==Programming== | ==Programming== | ||