Okay, I'm confused. I tried it yet again, but on a different server. This time, it didn't occur. But going back to the original server I was using, it did happen there again. Yet when I compare both servers, I cannot find any differences in what's happening under the hood at either the /debug level or at the packet sniffer level. ?!

See if you can reproduce it yourself. It happens on evergreen.irc.simpworks.com:6667 but not on tampa.fl.us.undernet.org:6667

/debug comparison:
Code:
-> evergreen.irc.simpworks.com PRIVMSG Nick002 :Testing...
<- :evergreen.irc.simpworks.com 301 Nick001 Nick002 :I'm gone...

-> Tampa.FL.US.Undernet.org PRIVMSG Nick002 :Testing...
<- :Tampa.FL.US.Undernet.org 301 Nick001 Nick002 :I'm gone...

Packet sniffer comparison (plaintext, commands shown in order sent and received):
Code:
PRIVMSG Nick002 :Testing...
:Nick001!root@pool-71-177-xx-xx.xxxxxx.xxxx.verizon.net PRIVMSG Nick002 :Testing...
:evergreen.irc.simpworks.com 301 Nick001 Nick002 :I'm gone...

PRIVMSG Nick002 :Testing...
:Nick001!root@pool-71-177-xx-xx.xxxxxx.xxxx.verizon.net PRIVMSG Nick002 :Testing...
:Tampa.FL.US.Undernet.org 301 Nick001 Nick002 :I'm gone...



Edit: screen capture: http://img152.imageshack.us/img152/1130/examplefb.png

Last edited by pishposh; 27/05/12 10:06 AM.