mirror of
https://github.com/jeremyd/ergo.git
synced 2026-04-28 08:29:59 -07:00
update strings
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"$bLIST$b searches the list of registered channels.": "$bLIST$b searches the list of registered channels.",
|
||||
"$bOP$b makes the given user (or yourself) a channel admin.": "$bOP$b makes the given user (or yourself) a channel admin.",
|
||||
"$bPURGE$b blacklists a channel from the server.": "$bPURGE$b blacklists a channel from the server.",
|
||||
"$bQUERY-CUTOFF$b\n'query-cutoff' lets you restrict how much channel history can be retrieved\nby unprivileged users. Your options are:\n1. 'none' [no restrictions]\n2. 'registration-time' [users can view history from after their account was\n registered, plus a grace period]\n3. 'join-time' [users can biew history from after they joined the\n channel; note that history will be effectively\n unavailable to clients that are not always-on]\n4. 'default' [use the server default]": "$bQUERY-CUTOFF$b\n'query-cutoff' lets you restrict how much channel history can be retrieved\nby unprivileged users. Your options are:\n1. 'none' [no restrictions]\n2. 'registration-time' [users can view history from after their account was\n registered, plus a grace period]\n3. 'join-time' [users can biew history from after they joined the\n channel; note that history will be effectively\n unavailable to clients that are not always-on]\n4. 'default' [use the server default]",
|
||||
"$bQUERY-CUTOFF$b\n'query-cutoff' lets you restrict how much channel history can be retrieved\nby unprivileged users. Your options are:\n1. 'none' [no restrictions]\n2. 'registration-time' [users can view history from after their account was\n registered, plus a grace period]\n3. 'join-time' [users can view history from after they joined the\n channel; note that history will be effectively\n unavailable to clients that are not always-on]\n4. 'default' [use the server default]": "$bQUERY-CUTOFF$b\n'query-cutoff' lets you restrict how much channel history can be retrieved\nby unprivileged users. Your options are:\n1. 'none' [no restrictions]\n2. 'registration-time' [users can view history from after their account was\n registered, plus a grace period]\n3. 'join-time' [users can view history from after they joined the\n channel; note that history will be effectively\n unavailable to clients that are not always-on]\n4. 'default' [use the server default]",
|
||||
"$bREGISTER$b lets you own a given channel.": "$bREGISTER$b lets you own a given channel.",
|
||||
"$bSET$b modifies a channel's settings": "$bSET$b modifies a channel's settings",
|
||||
"$bTRANSFER$b transfers ownership of a channel to another user.": "$bTRANSFER$b transfers ownership of a channel to another user.",
|
||||
@@ -17,7 +17,7 @@
|
||||
"ChanServ lets you register and manage channels.": "ChanServ lets you register and manage channels.",
|
||||
"Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:": "Syntax $bSET #channel <setting> <value>$b\n\nSET modifies a channel's settings. The following settings are available:",
|
||||
"Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.": "Syntax: $INFO #channel$b\n\nINFO displays info about a registered channel.",
|
||||
"Syntax: $bAMODE #channel [mode change] [account]$b\n\nAMODE lists or modifies persistent mode settings that affect channel members.\nFor example, $bAMODE #channel +o dan$b grants the the holder of the \"dan\"\naccount the +o operator mode every time they join #channel. To list current\naccounts and modes, use $bAMODE #channel$b. Note that users are always\nreferenced by their registered account names, not their nicknames.": "Syntax: $bAMODE #channel [mode change] [account]$b\n\nAMODE lists or modifies persistent mode settings that affect channel members.\nFor example, $bAMODE #channel +o dan$b grants the the holder of the \"dan\"\naccount the +o operator mode every time they join #channel. To list current\naccounts and modes, use $bAMODE #channel$b. Note that users are always\nreferenced by their registered account names, not their nicknames.",
|
||||
"Syntax: $bAMODE #channel [mode change] [account]$b\n\nAMODE lists or modifies persistent mode settings that affect channel members.\nFor example, $bAMODE #channel +o dan$b grants the holder of the \"dan\"\naccount the +o operator mode every time they join #channel. To list current\naccounts and modes, use $bAMODE #channel$b. Note that users are always\nreferenced by their registered account names, not their nicknames.": "Syntax: $bAMODE #channel [mode change] [account]$b\n\nAMODE lists or modifies persistent mode settings that affect channel members.\nFor example, $bAMODE #channel +o dan$b grants the holder of the \"dan\"\naccount the +o operator mode every time they join #channel. To list current\naccounts and modes, use $bAMODE #channel$b. Note that users are always\nreferenced by their registered account names, not their nicknames.",
|
||||
"Syntax: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.": "Syntax: $bCLEAR #channel target$b\n\nCLEAR removes users or settings from a channel. Specifically:\n\n$bCLEAR #channel users$b kicks all users except for you.\n$bCLEAR #channel access$b resets all stored bans, invites, ban exceptions,\nand persistent user-mode grants made with CS AMODE.",
|
||||
"Syntax: $bDEOP #channel [nickname]$b\n\nDEOP removes the given nickname, or yourself, the channel admin. You can only use\nthis command if you're the founder of the channel.": "Syntax: $bDEOP #channel [nickname]$b\n\nDEOP removes the given nickname, or yourself, the channel admin. You can only use\nthis command if you're the founder of the channel.",
|
||||
"Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.": "Syntax: $bGET #channel <setting>$b\n\nGET queries the current values of the channel settings. For more information\non the settings and their possible values, see HELP SET.",
|
||||
|
||||
Reference in New Issue
Block a user