Thanks for the reply awyeah. 1) If you use a trigger in the bind you should use the PUB bind, not PUBM bind. Ok, was reading http://johoho.eggheads.org/eggdrop/other/guide2tcl.html 2) You have an incorrect number of arguments in your procedure, for bind pub or even pubm. It should be like this: bind...
I have been asked to write a bash script that interacts with ftp. Part of that is they need the users online for certain announcements. I have the bash part under control, and just need to check logins against a dump of who is in the channel. To be honest I thought this would only be a couple of lin...