|
Joined: Sep 2005
Posts: 3
Self-satisified door
|
OP
Self-satisified door
Joined: Sep 2005
Posts: 3 |
Right, ive been using mIRC for a few years now, never been all that great with the coding to it so have never bothered. I am using NNS which i enjoy the features of. But im having a fairly big problem, with my own channel. My channel is on irc.n00bstories.com (home.n00bstories.com), and the channel is #ukchat Right, what happens, is that i ban myself just before i leave, so i click the little red x, and i just leave on my screen, but on everyone elses it comes up with
[13:02:28] * philip67 sets mode: +b ~r:*phil* [13:02:29] * philip67 (me@n00b-AA1C3405.range81-154.btcentralplus.com) Quit (Quit: Tschuess Tschuess Bye Bye)
I can then, not unban myself or seem to do anything about stopping it, so i need a mate to unban me every time (/cs unban didn't work)
Any help on this issue would be great. Cheers -Phil
|
|
|
|
Joined: Sep 2005
Posts: 7
Nutrimatic drinks dispenser
|
Nutrimatic drinks dispenser
Joined: Sep 2005
Posts: 7 |
what script do you use? Plain blank mIRC?
Have A Nice Day!
|
|
|
|
Joined: Sep 2004
Posts: 200
Fjord artisan
|
Fjord artisan
Joined: Sep 2004
Posts: 200 |
Right, ive been using mIRC for a few years now, never been all that great with the coding to it so have never bothered. I am using NNS which i enjoy the features of. But im having a fairly big problem, with my own channel. My channel is on irc.n00bstories.com (home.n00bstories.com), and the channel is #ukchat Right, what happens, is that i ban myself just before i leave, so i click the little red x, and i just leave on my screen, but on everyone elses it comes up with
[13:02:28] * philip67 sets mode: +b ~r:*phil* [13:02:29] * philip67 (me@n00b-AA1C3405.range81-154.btcentralplus.com) Quit (Quit: Tschuess Tschuess Bye Bye)
I can then, not unban myself or seem to do anything about stopping it, so i need a mate to unban me every time (/cs unban didn't work)
Any help on this issue would be great. Cheers -Phil he said that he was using NNS, you should try to check your remotes for anything that has "alias part", or "/part" in it. and, perhaps just part :tongue:, if you find anything that says "mode #", remove it and it should solve your problem.
|
|
|
|
Joined: Sep 2005
Posts: 7
Nutrimatic drinks dispenser
|
Nutrimatic drinks dispenser
Joined: Sep 2005
Posts: 7 |
yeah i see now  Yeah go to aliases and try search with CTRL+F "part"
Have A Nice Day!
|
|
|
|
Joined: Sep 2005
Posts: 3
Self-satisified door
|
OP
Self-satisified door
Joined: Sep 2005
Posts: 3 |
hmm there are a few with part in
kte_apply_colors { var %h = Kte_Theme,%hx = Kte_Data,%i,%colors = back action ctcp high info info2 invite join kick mode nick normal notice notify other own part quit topic wallops whois edit editbox-t list listbox-t gray title inactive
var %t = $cnick(0),%i = 1,%c = back|action|ctcp|high|info|info2|invite|join|kick|mode|nick|normal|notice|notify|other|own|part|quit|topic|wallops|whois|edit|editbox-t|list|listbox-t|gray|title|inactive,%n = 0 6 4 5 2 3 3 3 3 3 3 1 5 7 6 1 3 2 3 5 1 0 1 0 1 15 6 0
} p { [b]part[b/] $iif($1 ischan,$1-,$$chan $1-) } pager { if ($1 == -a) { write -il1 script\txt\awaypager.txt $+(0>,$ctime,>,$iif($address($2,5),$ifmatch,$2),>,$3-) }
ok thats them all, dunno what they are =|
|
|
|
|
Joined: Aug 2004
Posts: 7,252
Hoopy frood
|
Hoopy frood
Joined: Aug 2004
Posts: 7,252 |
I don't see anything there in regards to a ban command, so my suggestion would be to do that same search, but searching for ban rather than part
|
|
|
|
Joined: Oct 2004
Posts: 8,330
Hoopy frood
|
Hoopy frood
Joined: Oct 2004
Posts: 8,330 |
Agreed. And, try +b as that is probably more likely to yield results than ban will.
Invision Support #Invision on irc.irchighway.net
|
|
|
|
Joined: Sep 2005
Posts: 3
Self-satisified door
|
OP
Self-satisified door
Joined: Sep 2005
Posts: 3 |
ok there are loads for ban, but all look normal for +b
elseif ($6 == 10) { mode $2 -o+b $address($3,%ban.mask) } elseif ($6 == 11) { mode $2 -o+b $3 $address($3,%ban.mask) .timer 1 $7 mode $2 -b $address($3,%ban.mask)
if ($1 ischan) { .raw mode $1 -o+b $$2 $+($$address($2,%ban.mask),$crlf,kick $1-2 :,$3-) $kc }
elseif ($6 == 3) { mode $2 -o+b $address($3,%ban.mask) }
|
|
|
|
|