summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-02Tidied modulesHEADmasterAidan Gauland3-6/+5
2012-12-02Added nick, username, and realname as bot parametersAidan Gauland2-11/+43
2012-12-02Fixed but in connection accessorsAidan Gauland1-2/+6
2012-12-02Created bot record and made module statelessAidan Gauland3-49/+77
2012-12-02Fixed `flay' commandAidan Gauland1-1/+1
2012-12-02Corrected `debug' messages in `handle-commands'Aidan Gauland1-4/+2
2012-12-02Changes missed in 5abd200aAidan Gauland1-2/+4
2012-12-02Fixed `pong'Aidan Gauland1-1/+1
2012-12-02Changed command handlingAidan Gauland1-9/+14
2012-12-02Tidied up conditionalsAidan Gauland1-32/+29
2012-12-02`join-channel' is now `join-channels' and takes a list of channelsAidan Gauland1-4/+5
2012-12-02Minor housekeepingAidan Gauland1-36/+36
2012-12-01Rewrote command and CTCP handlers as hooksAidan Gauland1-24/+26
2012-12-01Tidied up command processingAidan Gauland2-58/+41
2012-12-01Changed parameters `start-bot' to example valuesAidan Gauland1-1/+1
2012-12-01Replaced single-clause macro with `define-syntax-rule' shorthand.Aidan Gauland1-5/+3
2012-12-01Modulified botAidan Gauland3-59/+81
2012-12-01Added copyright notice to commands.scmAidan Gauland1-0/+16
2012-11-30Removed unnecessary use of an alistAidan Gauland1-21/+14
2012-11-30Minor code rearrangement; no functional changes.Aidan Gauland1-14/+15
2012-11-29Minor comment and formatting tidying.Aidan Gauland1-9/+12
2012-11-29Merge branch 'master' of git.sv.gnu.org:/srv/git/cunningbotAidan Gauland0-0/+0
2012-11-29Replaced messy use of `string-append' with `format'Aidan Gauland1-2/+2
2012-11-29Cleaned up the (display (string-append ... line-end) out) messAidan Gauland1-11/+14
2012-11-29Cleaned up the (display (string-append ... line-end) out) messAidan Gauland1-10/+13
2012-11-29Corrected use of `map' where `for-each' should have been used.Aidan Gauland1-2/+1
2012-11-29Cleaned up display+newline+string-append messAidan Gauland1-27/+19
2012-11-28Added hookAidan Gauland1-0/+8
2012-11-28HousekeepingAidan Gauland1-2/+12
2012-11-28Code refactoringAidan Gauland2-2/+5
2012-11-28`sender' is now passed to commands.Aidan Gauland2-3/+3
2012-11-28Added a READMEAidan Gauland1-0/+5
2012-11-28Fixed PRIVMSG-handling bugAidan Gauland1-6/+7
2012-11-28Added a missing period to the `flay' command.Aidan Gauland1-1/+1
2012-11-28Fixed typo in a comment block.Aidan Gauland1-2/+2
2012-11-28HousekeepingAidan Gauland1-1/+7
2012-11-26Switched from `load' to `primitive-load' for config files.Aidan Gauland2-2/+2
2012-11-26Added example init and command filesAidan Gauland2-0/+12
2012-11-26Added function `send-action'Aidan Gauland1-0/+7
2012-04-24Fixed stray (newline) outside debugging statement.Aidan Gauland1-1/+1
2012-04-24Fixed bug with replying to direct messages.Aidan Gauland1-23/+32
2012-04-24Tidied debugging print s-exps.Aidan Gauland1-12/+10
2012-04-24Tidied debugging output.Aidan Gauland1-14/+19
2012-04-24Minor code cleanup.Aidan Gauland1-55/+53
2011-09-19Refactored channel-joining code.Aidan Gauland1-2/+4
2011-09-19Added missing (if debugging ...) forms and fixed handling of commandAidan Gauland1-10/+12
2011-09-19Moved defaults back from init.scm to cunning-bot.scm to addressAidan Gauland2-6/+6
2011-09-19Cleaned up output a bit and made full server output optional.Aidan Gauland1-11/+17
2011-09-19Changed default nick, since cbot is registered on freenode.Aidan Gauland1-3/+3
2011-09-19Changed defaults in init.scmAidan Gauland1-4/+4