Changeset 398b3198
- Timestamp:
- 2016-12-27T06:53:22Z (8 years ago)
- Branches:
- master
- Children:
- 9cdcef0
- Parents:
- c11b68a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
rc11b68a r398b3198 277 277 <description> 278 278 <para> 279 List existing chatrooms provided by an account. BitlBee needs this to propogate an internal list of chats. The existing chat can then be added with <emphasis>chat add</emphasis>, using the number in the index column after a "!" as a shortcut. 279 List existing named chatrooms provided by an account. Chats from this list can be referenced from <emphasis>chat add</emphasis> by using the number in the index column after a "!" as a shortcut. 280 </para> 281 282 <para> 283 The server parameter is optional and currently only used by jabber. 280 284 </para> 281 285 </description> -
root_commands.c
rc11b68a r398b3198 1382 1382 } else if (g_strcasecmp(cmd[1], "set") == 0 || 1383 1383 g_strcasecmp(cmd[1], "del") == 0) { 1384 irc_rootmsg(irc, 1385 "Warning: The \002chat\002 command was mostly replaced with the \002channel\002 command."); 1386 cmd_channel(irc, cmd); 1384 irc_rootmsg(irc, "Unknown command: chat %s. Did you mean \002channel %s\002?", cmd[1], cmd[1]); 1387 1385 } else { 1388 1386 irc_rootmsg(irc,
Note: See TracChangeset
for help on using the changeset viewer.