summary refs log tree commit diff
path: root/command.c
AgeCommit message (Collapse)Author
2020-02-08Add /debugC. McEnroe
2020-02-08Add /closeC. McEnroe
2020-02-08Add /queryC. McEnroe
2020-02-08Add /partC. McEnroe
2020-02-08Add /nickC. McEnroe
2020-02-07Use complete to abbreviate commandsC. McEnroe
2020-02-07Populate completion with commandsC. McEnroe
2020-02-06Add /join commandC. McEnroe
2020-02-05Add /window name variantC. McEnroe
2020-02-05Handle empty params in /quoteC. McEnroe
2020-02-05Handle empty messages on privmsg, notice, actionC. McEnroe
2020-02-05Add /windowC. McEnroe
2020-02-05Add /quitC. McEnroe
2020-02-05Add /me, /notice, /quote commandsC. McEnroe
2020-02-05Change prompt depending on commandC. McEnroe
2020-02-05Send input as raw IRC in <debug>C. McEnroe
2020-02-05Save own username for message echoingC. McEnroe
2020-02-05Add extremely basic editing and message sendingC. McEnroe