Skip to content
ClearMSN Connection

PART bug in ClearMSN 5.2a

A TG007 community discussion started by dumnogenus.

Discussion 4 posts
Page 1 of 1
Open
Topic #1724 · 4 published posts · 1,123 views

I know I posted this also on vexation's board(sp).

 

I had a idiot join the room today with a similar nick as mine, mine is Dumnogenus, so

DumnogenusPutsTacosUpHisAss joins, then parts. I notice the part and then suddenly the window closes.

 

POOF! oops it closed my window? Okay re-join the room and he rejoins and reparts and poof!

 

Okay, somewhat annoying and he kept doing it, and it kept kicking me out. I ran thru c52.mrc rather quickly and didn't notice anything obvious that would make it quit that window.

 

Is this a ancient bug of mirc? (I doubt it) since mIRC never offered a feature to auto-close a window you parted on (atleast that I know of).

 

that and my modified Vincula 4.9 still works fine when he floods, with the same copy of mIRC, so i've determined this is a lame and annoying bug.

 

I would rather run Clear, then Vincula as I am rather fond of ClearMSN.

 

Has anyone run into this? and if they have how did you resolve it other then beating up the idiot with a 2x4?

 

Thanks.

that bug is, yeah, annoying. next version (5.4, release a.s.a.p.) should take care of it. for now: don't join with an ascii-encoded nickname (funky characters), and add an access entry such as: //access $chan add deny *dumnogenius*!*@* 0 and //access $chan add owner $xial($me) 0

 

which will keep out anyone who puts your nickname as part of their nickname.

 

reason for this bug is that i used an if statement like if ($me isin $1) when i should have used something more like if ($me == $1) .. stupid mistake.

Edited Oct 22, 2004 9:58 PM by vexation

bfush.PNG

lol wished i could of seen that . ill vote that for most funniest bug

that bug is, yeah, annoying. next version (5.4, release a.s.a.p.) should take care of it. for now: don't join with an ascii-encoded nickname (funky characters), and add an access entry such as: //access $chan add deny *dumnogenius*!*@* 0 and //access $chan add owner $xial($me) 0

 

which will keep out anyone who puts your nickname as part of their nickname.

 

reason for this bug is that i used an if statement like if ($me isin $1) when i should have used something more like if ($me == $1) .. stupid mistake.

Thank you, I hadn't noticed that part of the code would be the problem.

 

I just did some crappy commenting out, which fixed it. Simple solution, for a bad matching code in mIRC.

 

Thanks!