Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:text:*:?: {
- var %i 1
- while (%i <= $lines(c:\mIRC\allowed.txt)) {
- if (($nick == $read(c:\mIRC\allowed.txt,%i)) && (%pms == OFF)) {
- .msg $nick Hey $nick $+ ! I have received your PM please wait a minute.
- halt
- }
- inc %i
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement