}
nickSignOff(user); // track quits properly
}
public static void chanBurst(int ts, String channel, String modes, String[] users) {
ChanModes m = new ChanModes();
Map<Client, UserModes> cm = new HashMap<Client, UserModes>();
m.applyChanges(modes);
Map<Character, Character> xlate = curProtocol.getPrefixMap();
if (users.length != 0)
for (String user : users) {
UserModes t = new UserModes();