mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-28 01:38:10 -07:00
JOIN: Disable JOIN 0 support, in line with Insp
This commit is contained in:
+1
-3
@@ -193,10 +193,8 @@ Returns whether the given nicks exist on the network.`,
|
||||
},
|
||||
"join": {
|
||||
text: `JOIN <channel>{,<channel>} [<key>{,<key>}]
|
||||
JOIN 0
|
||||
|
||||
Joins the given channels with the matching keys, or if the only param is "0"
|
||||
parts all channels instead.`,
|
||||
Joins the given channels with the matching keys.`,
|
||||
},
|
||||
"kick": {
|
||||
text: `KICK <channel> <user> [reason]
|
||||
|
||||
Reference in New Issue
Block a user