Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | /join can now be used to join chatrooms, join_chat should not be used | Wilmer van der Gaast | 2008-08-31 | -1/+1 |
| | | | | | | anymore. /join should not be used for unnamed groupchats anymore, use "chat with" instead. | |||
* | Added one TODO, and also dupe-check channel names against the control | Wilmer van der Gaast | 2008-08-31 | -0/+3 |
| | | | | | channel. | |||
* | Integrated cmd_set() and the "account set" into one fully unreadable | Wilmer van der Gaast | 2008-08-31 | -3/+5 |
| | | | | | cmd_set_real() function and using this to get a proper "chat set" command. | |||
* | Added chat_get(), similar to account_get() (find an account by number or | Wilmer van der Gaast | 2008-08-30 | -0/+35 |
| | | | | | other criteria). | |||
* | Added chat.c to keep track of chatrooms the user cares about. | Wilmer van der Gaast | 2008-08-30 | -0/+105 |