Archived
1
0
Fork 0
An IRC bot written in bash
This repository has been archived on 2025-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Vivia Nikolaidou f5faacf250 Fix nickname and channel detection
* 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.
2013-11-05 15:41:52 +02:00
README Made a working trains script. 2009-07-07 09:56:53 +02:00
shbirth.sh Refactored command handling 2009-08-18 08:28:39 +02:00
shbot.sh Fix nickname and channel detection 2013-11-05 15:41:52 +02:00
shbrain.sh Fix nickname and channel detection 2013-11-05 15:41:52 +02:00
shbrain.txt Refactored command handling 2009-08-18 08:28:39 +02:00
shhelp.sh Added the quote module 2009-08-19 12:22:40 +02:00
shquote.sh Added the quote module 2009-08-19 12:22:40 +02:00
shquote.txt Added the quote module 2009-08-19 12:22:40 +02:00
shtrains.sh Fixed the trains script by changing the parsing strategy; added some responses to shbrain. 2009-07-24 10:11:49 +02:00