-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin.pl
More file actions
21 lines (21 loc) · 712 Bytes
/
join.pl
File metadata and controls
21 lines (21 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
IRC::command("/join ##c");
IRC::command("/join ##electronics");
IRC::command("/join ##java");
IRC::command("/join ##linux");
IRC::command("/join ##networking");
IRC::command("/join ##OpenGL");
IRC::command("/join ##php");
IRC::command("/join ##javascript");
IRC::command("/join ##security");
IRC::command("/join #android-dev");
IRC::command("/join #Cyanogenmod");
IRC::command("/join #debian");
IRC::command("/join #defocus");
IRC::command("/join #freenode");
IRC::command("/join #git");
IRC::command("/join #httpd");
IRC::command("/join #mysql");
IRC::command("/join #nginx");
IRC::command("/join #python");
IRC::command("/join #sparkfun");
IRC::command("/join #webkit");