about summary refs log tree commit diff stats
path: root/src/parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some memory leaksJames Booth2012-11-261-2/+4
|
* Commands now use parser function to handle parametersJames Booth2012-11-181-16/+60
|
* Handle commands with min 0 argsJames Booth2012-11-181-0/+12
|
* Added command parser for commands accepting free textJames Booth2012-11-181-2/+78
| | | | e.g. /msg user@host here is a message
* Added parser moduleJames Booth2012-11-181-0/+96