> I am quite sure this is not the case - no special modes used (this happens > on PTLink powered network). But anyway, impossible to reproduce intentionally.
Guess it's some server bug/feature then :) > Well, so what about resyncing of modes/ban lists on every /names, /mode or /ban > commands, instead of special flags? Anyway data are transferred, so why not > update internal structures as well? Just an idea :) Currently /names doesn't transfer any data, and /ban neither - they just print the stuff from memory. For 0.9, I did think first that "/mode #chan b" could have resynced the list, but the code got so messy (like handling /mode bb correctly) that I thought it's better to put it as /ban -sync option :)
