diff --git a/languages/example/hostserv.lang.json b/languages/example/hostserv.lang.json index 53d4e22f..ba1a9911 100644 --- a/languages/example/hostserv.lang.json +++ b/languages/example/hostserv.lang.json @@ -18,5 +18,4 @@ "Syntax: $bSET $b\n\nSET sets a user's vhost, bypassing the request system.": "Syntax: $bSET $b\n\nSET sets a user's vhost, bypassing the request system.", "Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.": "Syntax: $bSTATUS [user]$b\n\nSTATUS displays your current vhost, if any, and the status of your most recent\nrequest for a new one. A server operator can view someone else's status.", "Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.": "Syntax: $bWAITING$b\n\nWAITING shows a list of pending vhost requests, which can then be approved\nor rejected.", - "^[0-9A-Za-z.\\-_/]+$": "^[0-9A-Za-z.\\-_/]+$" } diff --git a/languages/example/nickserv.lang.json b/languages/example/nickserv.lang.json index 8251fbcc..ad54333b 100644 --- a/languages/example/nickserv.lang.json +++ b/languages/example/nickserv.lang.json @@ -39,6 +39,4 @@ "Syntax: $bUNREGISTER [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.": "Syntax: $bUNREGISTER [code]$b\n\nUNREGISTER lets you delete your user account (or someone else's, if you're an\nIRC operator with the correct permissions). To prevent accidental\nunregistrations, a verification code is required; invoking the command without\na code will display the necessary code.", "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.": "Syntax: $bVERIFY $b\n\nVERIFY lets you complete an account registration, if the server requires email\nor other verification.", "This nickname is reserved. Please login within %v (using $b/msg NickServ IDENTIFY $b or SASL), or switch to a different nickname.": "This nickname is reserved. Please login within %v (using $b/msg NickServ IDENTIFY $b or SASL), or switch to a different nickname.", - "nickserv": "nickserv", - "none": "none" }