mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 21:45:20 +00:00
IRCClient: Remove FIXME for RPL_TOPICWHOTIME
RPL_TOPICWHOTIME is handled by handle_rpl_topicwhotime.
This commit is contained in:
parent
9126859679
commit
44f8161166
Notes:
sideshowbarker
2024-07-19 07:48:51 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/44f8161166e Pull-request: https://github.com/SerenityOS/serenity/pull/1698
1 changed files with 0 additions and 1 deletions
|
@ -632,7 +632,6 @@ void IRCClient::handle_rpl_topic(const Message& msg)
|
|||
auto& channel_name = msg.arguments[1];
|
||||
auto& topic = msg.arguments[2];
|
||||
ensure_channel(channel_name).handle_topic({}, topic);
|
||||
// FIXME: Handle RPL_TOPICWHOTIME so we can know who set it and when.
|
||||
}
|
||||
|
||||
void IRCClient::handle_rpl_namreply(const Message& msg)
|
||||
|
|
Loading…
Add table
Reference in a new issue