summaryrefslogtreecommitdiff
path: root/src/commands.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-27Add readline command completionautocompletionBenjamin Franzke1-0/+22
2011-09-27Add support for command shortcutsBenjamin Franzke1-0/+19
So that distinct substrings of commands, can be used as shortcuts.
2011-09-25Print session id in list_usersBenjamin Franzke1-1/+1
2011-09-24Add a general element finding routine to util.cBenjamin Franzke1-1/+1
And use this to implement find_user and find_channel as inline functions.
2011-09-24Add lc (list channels) commandBenjamin Franzke1-0/+14
2011-09-24Rename ls commands to luBenjamin Franzke1-1/+1
2011-09-23Add prefix cmumble_ to struct context and struct userBenjamin Franzke1-6/+6
2011-09-23Add a command interfaceBenjamin Franzke1-0/+60
Also add two simple commands: help and ls