View Single Post
Old 05-19-2004, 03:05 PM  
Bobby_Digital
Junior Member
 
Join Date: May 2004
Posts: 9
Default

Ok i managed to get it to work with some help from toot. Thanks!

Just delete where it says: puthelp "NOTICE $nick :Request number not found: $arg isn't a number"

and copy in this code:

Code:
			set output $announce(REQDELIRC)
			set output [replacevar $output "%user" $nick]
			set output [replacevar $output "%request" $arg]
			set output [basicreplace $output "REQUEST"]
			sndchan "puthelp" $chan $output
Remember to change (REQDELIRC) to (REQFILLED) when u wanna have the same announce when u do the !reqfilled

Then it will announce fine in the chan as youve set up it to do under set announce.

Good luck and thanks to toot

/BObby_Digital
Bobby_Digital is offline   Reply With Quote