mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +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
|
@ -49,6 +49,8 @@ public:
|
|||
|
||||
String topic() const { return m_topic; }
|
||||
|
||||
void notify_nick_changed(const String& old_nick, const String& new_nick);
|
||||
|
||||
private:
|
||||
IRCChannel(IRCClient&, const String&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue