Hi Bianca
on +black:Text:*:#onlythesexxxypeoplez.r: { kick # $nick Told ya so! }
alias blacklist { auser black $1 | notice $1 12 You have said enough, say
another word and you are out! }
alias remlist { ruser black $1 | notice $1 12 You may now speak again! }
I used the above and it does what it is supposed to BUT does not give the
notice in the 2nd line.
I have also defined my /F12 blacklist $$1, /F11 remlist $$1
it is changing the user list but not sending the notice on the remlist
Any suggestions thanks
Alan
Post by BiancaPost by GrumpyI saw a script the other day that I liked the look of and wondering if
anyone knows of it. If you blacklist a user it send them a message telling
em not to talk or they will be kicked, on the next word they say it kicks.
Anyideas on this?
Regards
Al
on +black:Text:*:#mychannel: { kick # $nick Told ya! }
alias blacklist { auser black $1 | notice $1 Now shut up! If you say any
other word, I will kick you! }
Post by BiancaTo add: type /blacklist <nick>
You must have op, or it will not work. ;o)
To remove someone: alt-r, users, then remove the user, including 'black:'
You can change to every channel: just change '#mychannel'
Have fun!