summaryrefslogtreecommitdiff
path: root/shquote.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-07Added timestamp to author on quotes module.Vivia Nikolaidou1-1/+2
2013-11-05Added help message for duck commandJulien Dessaux1-1/+4
2013-11-05Fixed file permissionsJulien Dessaux6-0/+0
2013-11-05Added the duck generation module.Vivia Nikolaidou3-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-05Fixed advert commandVivia Nikolaidou1-1/+1
2013-11-05Fix nickname and channel detectionVivia Nikolaidou2-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-19Added the quote modulejulien5-2/+42
2009-08-18Refactored command handlingjulien4-5/+11
2009-07-24Fixed the trains script by changing the parsing strategy; added some ↵julien2-3/+14
responses to shbrain.
2009-07-07Fixed the trains script to handle canceled trains and wrote the help command.julien3-1/+19
2009-07-07Made a working trains script.julien6-17/+29