mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
fix #649
This commit is contained in:
parent
332f0d8d91
commit
82c5041225
5 changed files with 73 additions and 41 deletions
|
|
@ -169,6 +169,9 @@ const (
|
|||
RPL_YOURLANGUAGESARE = "687"
|
||||
ERR_CHANNAMEINUSE = "692"
|
||||
ERR_CANNOTRENAME = "693"
|
||||
ERR_INVALIDMODEPARAM = "696"
|
||||
ERR_LISTMODEALREADYSET = "697"
|
||||
ERR_LISTMODENOTSET = "698"
|
||||
RPL_HELPSTART = "704"
|
||||
RPL_HELPTXT = "705"
|
||||
RPL_ENDOFHELP = "706"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue