Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |