This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by dmt
Mon Jan 10, 2005 8:47 pm
Forum: Archive
Topic: Modifying authname + autovoice script
Replies: 4
Views: 1521

A user's mask is added to a file, and on join to a channel the host is matched against by the file through whois, and if it matches the user is voiced? Is that it? Yes, that's what I wanted to accomplish. The problem is a lot of people dont set mode +x. So their authname can only be found in a whoi...
by dmt
Sat Jan 08, 2005 5:43 pm
Forum: Archive
Topic: Modifying authname + autovoice script
Replies: 4
Views: 1521

Modifying authname + autovoice script

I've been trying to modify a few scripts together so that my bot will let users add themselves for autovoice. It will add their authname to a list, and when they join the channel it will then whois them, and if their authname is found in the file, they will be voiced. Heres the part of my script tha...