瀏覽代碼

fix #1060

tags/v2.2.0-rc1
Shivaram Lingamneni 4 年之前
父節點
當前提交
9e3ad5aff1
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      irc/help.go

+ 3
- 0
irc/help.go 查看文件

@@ -51,6 +51,7 @@ Oragono supports the following channel modes:
51 51
   +R  |  Only registered users can join the channel.
52 52
   +s  |  Secret mode, channel won't show up in /LIST or whois replies.
53 53
   +t  |  Only channel opers can modify the topic.
54
+  +E  |  Roleplaying commands are enabled in the channel.
54 55
   +C  |  Clients are blocked from sending CTCP messages in the channel.
55 56
 
56 57
 = Prefixes =
@@ -70,6 +71,8 @@ Oragono supports the following user modes:
70 71
   +R  |  User only accepts messages from other registered users. 
71 72
   +s  |  Server Notice Masks (see help with /HELPOP snomasks).
72 73
   +Z  |  User is connected via TLS.
74
+  +B  |  User is a bot.
75
+  +E  |  User can receive roleplaying commands.
73 76
   +T  |  User is blocked from sending CTCP messages.`
74 77
 	snomaskHelpText = `== Server Notice Masks ==
75 78
 

Loading…
取消
儲存