-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.py
26 lines (25 loc) · 872 Bytes
/
join.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
import xchat
#xchat.command("server irc.freenode.net 6667");
#if xchat.get_info("server") is not None:
xchat.command("msg nickserv identify zerocoder0");
xchat.command("join ##c");
xchat.command("join ##electronics");
xchat.command("join ##java");
xchat.command("join ##linux");
xchat.command("join ##networking");
xchat.command("join ##OpenGL");
xchat.command("join ##php");
xchat.command("join ##javascript");
xchat.command("join ##security");
xchat.command("join #android-dev");
xchat.command("join #Cyanogenmod");
xchat.command("join #debian");
xchat.command("join #defocus");
xchat.command("join #freenode");
xchat.command("join #git");
xchat.command("join #httpd");
xchat.command("join #mysql");
xchat.command("join #nginx");
xchat.command("join #python");
xchat.command("join #sparkfun");
xchat.command("join #webkit");