summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added the duck generation module.Vivia Nikolaidou2013-11-053-1/+33
| | | | | | The duck generation module listens to the "duck" command. It will then generate a random duck based on https://github.com/adyxax/hsbot with some additional heads and beaks.
* Fixed advert commandVivia Nikolaidou2013-11-051-1/+1
|
* Fix nickname and channel detectionVivia Nikolaidou2013-11-052-2/+2
| | | | | | | * Nicknames were assumed to be in [A-Za-z] format. Just detecting a [^!] now as ! separates the nickname from the host. * Channels may start with two hashes, the previous regexp didn't recognize that.
* Added the quote modulejulien2009-08-195-2/+42
|
* Refactored command handlingjulien2009-08-184-5/+11
|
* Fixed the trains script by changing the parsing strategy; added some ↵julien2009-07-242-3/+14
| | | | responses to shbrain.
* Fixed the trains script to handle canceled trains and wrote the help command.julien2009-07-073-1/+19
|
* Made a working trains script.julien2009-07-076-17/+29
|
* Initial importjulien2009-07-065-0/+109