summaryrefslogtreecommitdiff
path: root/src/commands.h
AgeCommit message (Collapse)AuthorFilesLines
2013-11-18Fix typo in cmumble struct nameBenjamin Franzke1-3/+3
2012-02-10s/ctx/cm/g; s/struct cmumble_context/struct cmumlbe/gBenjamin Franzke1-3/+3
2011-09-28Pass argc and argv for internal commandsBenjamin Franzke1-1/+2
2011-09-28Revert "find_by_id: Fix lookup"Benjamin Franzke1-2/+1
This reverts commit c1cf0a71cfd8aa3441e57592e17de0d34823d305.
2011-09-28find_by_id: Fix lookupBenjamin Franzke1-1/+2
The offset should be taken from the (GList *)::data pointer, not the list directly..
2011-09-27Rename: cmumble_command_{complete=>expand_shortcut}Benjamin Franzke1-1/+1
2011-09-27Add support for command shortcutsBenjamin Franzke1-0/+3
So that distinct substrings of commands, can be used as shortcuts.
2011-09-23Add prefix cmumble_ to struct context and struct userBenjamin Franzke1-3/+3
2011-09-23Add a command interfaceBenjamin Franzke1-0/+15
Also add two simple commands: help and ls