mIRC Home    About    Download    Register    News    Help

Print Thread
#100539 13/10/04 07:00 PM
Joined: Sep 2004
Posts: 129
W
Wragg Offline OP
Vogon poet
OP Offline
Vogon poet
W
Joined: Sep 2004
Posts: 129
i use costumized script and i know i cant help you if i dont say details but here is something i can for shure say:

when i do on ANY ircd serv some channel mode that does NOT exist my script always calls my BanList window.

BanList window triggers by this:

raw 474:*:{
//mode $2 +b
/set %bch $2
echo $color(normal text) -s $timestamps $+ $theme(logo) $2 Cannot join channel (+b)
haltdef
}

raw 368:*:{
haltdef
window -lk +s @BanList 220 50 320 290 @BanList Verdana 11
aline @BanList $chr(160)
aline @BanList $chr(160)
aline @BanList $theme(logo) $2 End of Channel Ban List
}

i searched through WHOLE script and i dont see why is it called...

while doing that modes that dont exist it always call this window and scans channel for bans.

but no command is executed like /mode #channel +b

because i type /mode #channel Wragg +w or simmiliar...
if someone can try to help me in any way i would be very happy, i will give line codes that are relevant but to one who knows what and WHERE should i search

i was searching whole script for /mode +b and nowhere is alocated exept in popups but popups are related to ban users so that does not triggers this...

itz like my script calls raw 474 but dont know why...

#100540 13/10/04 07:06 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
have you been trying the /debug @debug feture in mirc ? there you see all commands comming from the server, maybe your answer is there? and you also see what you sending to the server in that window..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#100541 13/10/04 07:16 PM
Joined: Sep 2004
Posts: 129
W
Wragg Offline OP
Vogon poet
OP Offline
Vogon poet
W
Joined: Sep 2004
Posts: 129
i did, thatz how i saw it calls raw 474

lookk (tested on quakenet this time)
"on /mode #channel wragg +h"

CHANNEL:

[21:13] modes by wragg: +r

DEBUG:

quakenet.org MODE #channel +h wragg
quakenet.org 472 wragg w :is unknown mode char to me
quakenet.org 472 wragg a :is unknown mode char to me
quakenet.org 472 wragg g :is unknown mode char to me
quakenet.org 472 wragg g :is unknown mode char to me
quakenet.org 472 wragg h :is unknown mode char to me
quakenet.org 368 wragg #channel :End of Channel Ban List
<- :wragg!~wra@***my.ip.host.domain MODE #channel +r

is this ircd problem or mirc's ?
i tried on clean mirc and it does same...

and for raw 474 it seems that if nickname contains letter B as here in debug you see it call unknown char raw..

thatz why he calls my banlist, and thatz why i need script that will stop this behaviour frown

#100542 13/10/04 07:27 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
cant you just fiter out the +b then ? im to tired to think now.. grin *screen off*


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#100543 13/10/04 07:30 PM
Joined: Sep 2004
Posts: 129
W
Wragg Offline OP
Vogon poet
OP Offline
Vogon poet
W
Joined: Sep 2004
Posts: 129
if you mean "filter"
well i am new to coding and i have no clue what does that mean smirk


Link Copied to Clipboard