aboutsummaryrefslogtreecommitdiffstats
path: root/IRC/asybot.py
Commit message (Collapse)AuthorAgeFilesLines
* reaktor: refactor code for moar abstractionlassulus2014-01-131-180/+0
|
* Reaktor/IRC: fix no argslassulus2013-12-191-2/+1
|
* Reaktor/IRC: provide arguments to commandslassulus2013-12-191-0/+4
|
* Reaktor/IRC: encode/decode harder/better/fasterlassulus2013-12-191-6/+8
|
* Reaktor: irc_commands -> commandsmakefu2013-12-181-2/+2
|
* Reaktor: caps show all commands w/capname proptv2013-12-181-1/+6
|
* Reaktor: _from is populated via environmakefu2013-12-181-2/+3
|
* Reaktor/IRC: match only one patternlassulus2013-12-181-0/+1
|
* Reaktor/IRC: reading kill_timeout from configlassulus2013-12-181-1/+1
|
* Reaktor: s/(config).json/\1.py/tv2013-12-181-13/+13
|
* Reaktor/IRC: use command patternslassulus2013-12-161-50/+37
|
* Reaktor/IRC: encode harderlassulus2013-12-161-1/+1
|
* Reaktor/IRC: use config.json (and python3ize)lassulus2013-12-161-55/+27
|
* 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...^_^