Difference between revisions of "Noisebot"
Mediapathic (talk | contribs) (New page: Noisebot is our irc bot. He occasionally does useful and/or annoying things. His sources are [http://hg.hexapodia.org/phenny/ here].) |
|||
Line 1: | Line 1: | ||
Noisebot is our irc bot. He occasionally does useful and/or annoying things. | Noisebot is our irc bot. He occasionally does useful and/or annoying things. | ||
− | His sources are [http://hg.hexapodia.org/phenny/ | + | == Useful Commands == |
+ | 02:40 < radii> noisebot, tell ioerror this is a test. | ||
+ | 02:40 < noisebot> radii: I'll pass that on when ioerror is around. | ||
+ | |||
+ | 13:33 < radii> .twitter crackhead theater, now playing on wiese st | ||
+ | 13:33 < noisebot> radii: http://twitter.com/noisebridge/984347090 | ||
+ | |||
+ | 16:03 < arcanology> .title | ||
+ | http://feeds.gawker.com/~r/gizmodo/full/~3/XEMcKeXXHzQ/lasers-the-only-way-to-carve-a-pumpkin | ||
+ | 16:03 < noisebot> arcanology: Lasers: The Only Way to Carve a Pumpkin | ||
+ | |||
+ | == Hacking the bot == | ||
+ | His sources are at http://hg.hexapodia.org/phenny/, check out using [http://www.selenic.com/mercurial/ Mercurial]: | ||
+ | % hg clone http://hg.hexapodia.org/phenny/ | ||
+ | % cd phenny | ||
+ | % vi modules/foo.py | ||
+ | % hg commit modules/foo.py |
Revision as of 09:53, 1 November 2008
Noisebot is our irc bot. He occasionally does useful and/or annoying things.
Useful Commands
02:40 < radii> noisebot, tell ioerror this is a test. 02:40 < noisebot> radii: I'll pass that on when ioerror is around.
13:33 < radii> .twitter crackhead theater, now playing on wiese st 13:33 < noisebot> radii: http://twitter.com/noisebridge/984347090
16:03 < arcanology> .title
http://feeds.gawker.com/~r/gizmodo/full/~3/XEMcKeXXHzQ/lasers-the-only-way-to-carve-a-pumpkin
16:03 < noisebot> arcanology: Lasers: The Only Way to Carve a Pumpkin
Hacking the bot
His sources are at http://hg.hexapodia.org/phenny/, check out using Mercurial:
% hg clone http://hg.hexapodia.org/phenny/ % cd phenny % vi modules/foo.py % hg commit modules/foo.py