Package ecks.Utility

Examples of ecks.Utility.ChanModes.applyChanges()


    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();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.