summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed file permissionsJulien Dessaux2013-11-056-0/+0
|
* Merge pull request #1 from vivia/masterJulien Dessaux2013-11-054-4/+36
|\ | | | | Misc bugfixes, added duck module
| * 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