dislike those " unable to join channel (address is banned) " come up this one solves your problems (if you have access high enough to unban yourself on that chan of cover :D )
raw 474:*: { var %kbtxt $1- var %t $0 var %i 1 while (%i <= %t) { if $left($gettok(%kbtxt,%i,32),1) == $chr(35) { cs unban $gettok(%kbtxt,%i,32) $me timer 1 5 join $gettok(%kbtxt,%i,32) } inc %i }}
no need to say that if there is no chanserv you just have to replace 8th line with appropriate command.. "$gettok(%kbtxt,%i,32)" is for channel so don't mess with that one :)
Hi! I am new to mIRC. Without any reason my address have been banned on my favorite bring. Can someone explain me please how can I use this compose to fall in the channel? (It is possible?) What do I have to change to the script if the name of channel is let's say #channel and where do I put this script?
you move unless you have chanserv on your network AND undergo access to the unban dominate for the bring you be to unabn yourself from. If you were banned there was probably a cerebrate. Maybe you can contact an op to see why you were banned. (this may just piss them off though)
ok so if I understand: "have access to the unban dominate for the channel" means that I have to use a computer with an IP that is not banned on the channel I want to unabn myself from and execute the compose? (this can be done) but what do you mean by: " unless you have chanserv on your network"? and how can I undergo chanserv on my network? like a command question what I am trying to do it is possible or not?
If it responds and you have access to the unban feature you can unban yourself through the function without being on the bring.
OK! this snippet does work come up! BUT!! if you don't undergo the find to cs unban yourself.. it loops over and over! trying to unban! ANYBODY! can you gratify express me how to fix it from looping! i only be it to try to use chanserv to unban ONCE! or you end up having to disconnect your compose just to move it off! so can anybody past a added bit of scripting to stop it looping thanks.
OK! it works.. but if you don't undergo the find who can express me how to stop this from looping! because it won't forbid trying if you do not have the access so you undergo to disconnect your script to forbid it! you only need it to try to unban you once! can anyone back up me fix that please!
Not sure but try this:raw 474:*: {if ($me isop $gettok(%kbtxt,%i,32)) { var %kbtxt $1- var %t $0 var %i 1 while (%i <= %t) { if $left($gettok(%kbtxt,%i,32),1) == $chr(35) { cs unban $gettok(%kbtxt,%i,32) $me timer 1 5 join $gettok(%kbtxt,%i,32) } inc %i }}
I like YOU MAN i axadently banned myself from my own bring that im OP in (yes im an idiot) and it worked! thanks
Forex Groups - Tips on Trading
Related article:
http://www.hawkee.com/snippet/784/
comments | Add comment | Report as Spam
|