-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
46 lines (37 loc) · 1.31 KB
/
README
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Configure options in the PHP file supplied.
Execute by doing "screen -d -m php <file>.php"
Once loaded look at commands by doing ".commands"
To kill it type "killall php"
Any code contributation is welcome, E-Mail me at [email protected].
!!!DO NOT RUN THIS AS ROOT!!! the .shell commands run as the same user that processes it.
Authorization "AUTH" will allow you to control the bot.
Joining/parting channels, and running PHP/Shell code, and change triggers.
Commands that start with # don't work just yet.
#.auth add <nick>
#.auth del <nick>
#.auth list
#.join <chan>
#.part <null | chan>
#.quit <null | message>
.restart
#.trigger <char> (change commands trigger.)
#.eval <php code> (use echo or print to return the result.)
.tinyurl <url> (reverse a tinyurl. | generate a tinyurl.)
.chuck
.vin
.mrt
.jack
.weather <weather location>
.urban <term> (urban dictionary)
.wiki <term> (wikipedia)
.youtube <query> (3 results default)
.discogs <query> (3 results default)
.imdb <query> (3 results default)
.google <query> (3 results default)
.gs <query> (google search, 1 result)
.php <query> (php.net search, 1 result)
.acro <acronym> (acro definitions)
.calc <query> (google calculator)
.port <ip> <port> (port scan)
.quote <film title> (fetches quotes from imdb.com)
.trans <langfrom> <langto> <query> (google translator)