mIRC Homepage
Posted By: replay set more text on variable - 07/12/04 05:51 PM
If i have a variable ( %requester) when someone type !request #chan, i want that his/her name will be added to %requester and when someone else type !request #chan i want that his/her also will be added then you get this:
%requester nickname1 nickname2
What is the script for that?
Posted By: Artwerks Re: set more text on variable - 07/12/04 06:46 PM
Just do a simple: /set %requester %requester nickname_to_add
Posted By: DaveC Re: set more text on variable - 07/12/04 08:29 PM
Would be worth mentioning that he cant have much more than 900 characters in the list of names.

Also might be better to use $addtok to remove same nick being entered twice, although he didnt actually ask for that not to happen.

/set %requester $addtok(%requester,nickname_to_add,32)
© mIRC Discussion Forums