ADD commands NICK, USER, PASS, CAP
This commit is contained in:
parent
8a77409158
commit
57aa57d9eb
14 changed files with 224 additions and 50 deletions
|
|
@ -149,6 +149,9 @@ package "Command" <<namespace>> {
|
|||
class UNKNOWN {
|
||||
+ execute(user : User, args : vector<string>) : void
|
||||
}
|
||||
class CAP {
|
||||
+ execute(user : User, args : vector<string>) : void
|
||||
}
|
||||
}
|
||||
|
||||
' ========================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue