mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:57:43 +00:00
IRCClient: Add ability to change nickname.
This commit is contained in:
parent
4ea625e08b
commit
67009cee8e
10 changed files with 89 additions and 7 deletions
|
@ -26,6 +26,10 @@ public:
|
|||
DarkGreen,
|
||||
DarkBlue,
|
||||
DarkRed,
|
||||
MidGreen,
|
||||
MidRed,
|
||||
MidBlue,
|
||||
MidMagenta,
|
||||
};
|
||||
|
||||
Color() { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue