Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-11-05 | Fixed file permissions | Julien Dessaux | 1 | -0/+0 | |
2013-11-05 | Added the duck generation module. | Vivia Nikolaidou | 3 | -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. | |||||
2013-11-05 | Fixed advert command | Vivia Nikolaidou | 1 | -1/+1 | |
2013-11-05 | Fix nickname and channel detection | Vivia Nikolaidou | 2 | -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. | |||||
2009-08-19 | Added the quote module | julien | 5 | -2/+42 | |
2009-08-18 | Refactored command handling | julien | 4 | -5/+11 | |
2009-07-24 | Fixed the trains script by changing the parsing strategy; added some ↵ | julien | 2 | -3/+14 | |
responses to shbrain. | |||||
2009-07-07 | Fixed the trains script to handle canceled trains and wrote the help command. | julien | 3 | -1/+19 | |
2009-07-07 | Made a working trains script. | julien | 6 | -17/+29 | |