Blknbluyoshi commented on a Page, RS PCW  -  Aug 13, 2007

on :TEXT:!Set7pc:#: {
if ($2 == $null) { notice $nick Please specify a World to set | halt }
elseif ($nick isop $chan) || ($nick ishop $chan) {
set %7pc [ $+ [ $chan ] ] $2
msg $chan The 70+ PC World has changed!
}
}
on :TEXT:!Set1pc:#: {
if ($2 == $null) { notice $nick Please specify a World to set | halt }
elseif ($nick isop $chan) || ($nick ishop $chan) {
set %1pc [ $+ [ $chan ] ] $2
msg $chan The 100+ PC World has changed!
}
}

easy fix :D

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.