Need help
 
Post new topic   Reply to topic    Hawkee.com Forum Index -> mIRC Snippet Requests
 
kggr001  -  Thu May 17, 2012 6:58 am Reply with quote
Hi iam new with scripting
I want 2 know how i can get this to work.

on *:TEXT:!revive *:#: {
if ($nick isop $chan) {
/msg $chan $nick , summons the eternal dragon and revive $2
unban # $2
} }

It doesnt unban the person.
How can i get this to work?
MoMy  -  Thu May 17, 2012 8:47 am Reply with quote
Maybe because unban is a command chanserv ( Syntax: /msg chanserv unban channel). Smile
In place of unban: mode # -b $2
kggr001  -  Thu May 17, 2012 11:51 am Reply with quote
I tried it but still it doesnt unban $2.
Lenooox  -  Thu May 17, 2012 12:11 pm Reply with quote
on *:TEXT:!revive *:#: {
if ($nick isop $chan) {
/msg $chan $nick , summons the eternal dragon and revive $2
mode # -b $2
}
}

( MoMy Said )
Jethro  -  Fri May 18, 2012 10:03 am Reply with quote
Suggestion:

Code

 
Display posts from previous:   
Post new topic   Reply to topic    Hawkee.com Forum Index -> mIRC Snippet Requests All times are GMT - 7 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
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.