Modify ↓
Opened at 2011-10-19T14:49:28Z
Closed at 2011-10-20T02:57:38Z
#842 closed defect (fixed)
'help channels3' has incorrect syntax
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | BitlBee | Version: | 3.0.3 |
Keywords: | syntax | Cc: | |
IRC client+version: | Client-independent | Operating System: | Linux |
OS version/distro: | CentOS 5.6 |
Description
help channels3
has a syntax of chan set
channel
. This is not the case. The correct syntax should be chan
channel
set
<@jnovack> help channels3 <@root> The most important setting for a control channel is fill_by. It tells BitlBee what information should be used to decide if someone should be shown in the channel or not. After setting this setting to, for example, account, you also have to set the account setting. Example: <wilmer> chan set &wlm fill_by account <root> fill_by = 'account' <wilmer> chan set &wlm account msn <root> account = 'msn' <@jnovack> chan set &bitlbee show_users <@root> Setting `&bitlbee' does not exist. <@jnovack> chan &bitlbee set show_users <@root> show_users = 'online+,away'
Attachments (0)
Change History (1)
comment:1 Changed at 2011-10-20T02:57:38Z by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Oh yes, you're totally right. Not sure how I missed that; probably wrote those docs very soon after changing this syntax. Thanks for notifying.