# # ChangeLog for chat.c # # Generated by Trac 1.2.3 # 2024-03-28T21:38:45Z Sun, 31 Aug 2008 13:42:33 GMT Wilmer van der Gaast [39f93f0] * chat.c (modified) * irc.c (modified) * irc.h (modified) * irc_commands.c (modified) * root_commands.c (modified) /join can now be used to join chatrooms, join_chat should not be used ... Sun, 31 Aug 2008 09:13:56 GMT Wilmer van der Gaast [0e639f5] * chat.c (modified) * root_commands.c (modified) Added one TODO, and also dupe-check channel names against the control ... Sun, 31 Aug 2008 00:04:53 GMT Wilmer van der Gaast [e7bc722] * chat.c (modified) * root_commands.c (modified) Integrated cmd_set() and the "account set" into one fully unreadable ... Sat, 30 Aug 2008 22:26:45 GMT Wilmer van der Gaast [131c6b6] * chat.c (modified) * chat.h (modified) Added chat_get(), similar to account_get() (find an account by number ... Sat, 30 Aug 2008 18:59:58 GMT Wilmer van der Gaast [ad9feec] * Makefile (modified) * bitlbee.h (modified) * chat.c (added) * chat.h (added) * irc.h (modified) Added chat.c to keep track of chatrooms the user cares about.