mIRC Homepage
Posted By: Techchef User created list - 16/07/16 06:17 PM
OK This one may be a bit difficult to do..But we shall see..
I want a script that will let others add stuff to a notepad list.
So they type something like !add BLAH BLAH BLAH
and on the notepad it will put a line USER requested BLAH BLAH BLAH...
Posted By: westor Re: User created list - 17/07/16 08:44 AM
Try use this code:

Code:
ON *:TEXT:!add *:#: { write notes.txt $nick -> $chan -> $2- }

More /help /write
Posted By: Techchef Re: User created list - 17/07/16 03:23 PM
Yeah! You are a genius!
© mIRC Discussion Forums