jerklib.parsers
Class ModeParser
java.lang.Object
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?
ModeParser
public ModeParser()
createEvent
public IRCEvent createEvent(EventToken token,
IRCEvent event)
- Specified by:
createEvent
in interface CommandParser