summaryrefslogtreecommitdiffstats
path: root/Reaktor/IRC/asybot.py
Commit message (Collapse)AuthorAgeFilesLines
* update Reaktor - add color translatormakefu2013-04-221-2/+6
|
* Reaktor: fix socket import for hostnameEUcancER2012-05-021-2/+2
|
* add line wrappingEUcancER2012-05-021-4/+6
| | | | as it seems to lose characters between 400 and 500 characters...
* live feedback from subprocess, shorter timeoutEUcancER2012-04-181-15/+13
|
* add clean arguments to botmakefu2012-04-171-4/+12
|
* //reaktor/IRC/asybot.py: be less verboseEUcancER2012-01-041-1/+1
|
* Reaktor/asybot: add syslog logging featureroot2011-09-141-2/+6
|
* Reaktor/IRC: update asybot logging facilityroot2011-09-141-14/+23
| | | | | | now using python builtin logging DEBUG mode is enabled when the 'debug' environment variable is set on startup.
* //Reaktor/IRC: implement hammer timetv2011-09-131-10/+17
|
* //Reaktor/IRC nickname: increment suffixtv2011-09-131-0/+8
| | | | | Append or increment the bot's nickname suffix integer in order to connect to servers that already have users with the same nickname.
* //Reaktor/IRC: replace irclib with own async bottv2011-09-131-0/+169
Unfortunately irclib failed to detect stale connections. Asyboy comes to the rescue (maybe).^_^->deal with it...^_^