Nos commented on a Page, new to mIRC. server/topic script not working :( /help  -  Apr 09, 2014
if ($nick isop $chan && $2 == help) {
msg $chan blablabla 
} 
PlayingOneHanded  -  Apr 09, 2014

lol, thanks, but no it wasn't that. more my incompetence elsewhere in my bots script :P

Nos  -  Apr 10, 2014
if ($nick isop $chan && $2 == set) {
msg $chan $nick blablabla $3
set %server $3
} 
Nos  -  Apr 10, 2014
if ($nick isop $chan && $2 == remove) {
msg $chan $nick blabla
unset %server
} 
Sign in to comment

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.