jerklib.parsers
Class ModeParser

java.lang.Object
  extended by jerklib.parsers.ModeParser
All Implemented Interfaces:
CommandParser

public class ModeParser
extends Object
implements CommandParser

Author:
mohadib mode parser developers see: https://sourceforge.net/tracker/index.php?func=detail&aid=1962621&group_id=214803&atid=1031130 http://tools.ietf.org/draft/draft-hardy-irc-isupport/draft-hardy-irc-isupport-00.txt known shortcoming: usermode event arguments are not correctly lined up Only way i can think to fix this is to hardcode known usermodes?

Constructor Summary
ModeParser()
           
 
Method Summary
 IRCEvent createEvent(EventToken token, IRCEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModeParser

public ModeParser()
Method Detail

createEvent

public IRCEvent createEvent(EventToken token,
                            IRCEvent event)
Specified by:
createEvent in interface CommandParser