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 3 matches

by Miku
Mon Feb 09, 2009 2:26 pm
Forum: Scripting Help
Topic: Multiple Notices
Replies: 6
Views: 3380

Thanks that worked like a charm. I was reading a tutorial about how to filter special characters but it was rather confusing and had the "\" in series of 3 and 5.

Anywho thanks again, script works great now :D
by Miku
Sun Feb 08, 2009 1:06 pm
Forum: Scripting Help
Topic: Multiple Notices
Replies: 6
Views: 3380

Okay, I feel retarded now. Turns out that my initial script, as well as all of yours, would have worked except I have a special character in my message which chokes it. Now I just have to figure out a way around this and it'll be good to go. The line reads: "\002(MKV)\002 - \002(\002/msg [Hatsu...
by Miku
Sun Feb 08, 2009 9:54 am
Forum: Scripting Help
Topic: Multiple Notices
Replies: 6
Views: 3380

Multiple Notices

Hello, I am trying to send a user multiple notices when they say a specific trigger, but each time it stops after only 2. My code looks like this: proc putnot {nick msg} { putserv "NOTICE $nick :$msg" } proc pub_!trigger {nick uhost hand chan rest} { global botnick set cmd [string tolower ...