ADD commands NICK, USER, PASS, CAP

This commit is contained in:
Samy BEN TAYEB 2025-06-08 22:27:08 +02:00
parent 8a77409158
commit 57aa57d9eb
14 changed files with 224 additions and 50 deletions

View file

@ -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
}
}
' ========================