Changeset 398b3198


Ignore:
Timestamp:
2016-12-27T06:53:22Z (7 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
9cdcef0
Parents:
c11b68a
Message:

Doc tweaks for chat list, and stop suggesting 'chat' is deprecated

There's a functionality change buried here, but it's one that people
shouldn't be using anyway.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    rc11b68a r398b3198  
    277277                        <description>
    278278                                <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.
    280284                                </para>
    281285                        </description>
  • root_commands.c

    rc11b68a r398b3198  
    13821382        } else if (g_strcasecmp(cmd[1], "set") == 0 ||
    13831383                   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]);
    13871385        } else {
    13881386                irc_rootmsg(irc,
Note: See TracChangeset for help on using the changeset viewer.