Quellcode durchsuchen

Merge pull request #1692 from mogad0n/help_modes

Help string updates for +f mode
tags/v2.8.0-rc1
Shivaram Lingamneni vor 3 Jahren
Ursprung
Commit
d097d34737
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2
    0
      irc/help.go

+ 2
- 0
irc/help.go Datei anzeigen

@@ -45,6 +45,8 @@ Ergo supports the following channel modes:
45 45
   +i  |  Invite-only mode, only invited clients can join the channel.
46 46
   +k  |  Key required when joining the channel.
47 47
   +l  |  Client join limit for the channel.
48
+  +f  |  Users who are unable to join this channel (due to another mode) are forwarded
49
+         to the provided channel instead.
48 50
   +m  |  Moderated mode, only privileged clients can talk on the channel.
49 51
   +n  |  No-outside-messages mode, only users that are on the channel can send
50 52
       |  messages to it.

Laden…
Abbrechen
Speichern