diff options
| author | Max Audron <audron@cocaine.farm> | 2025-02-23 13:57:08 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-02-23 13:57:08 +0100 |
| commit | cb767ba6e3e71920477ad76a57b2f01c43e5f577 (patch) | |
| tree | cfe84a89ae7018c7c0b8afb6e9d61c83138d2812 /src/message/signalproxy/objects/ircchannel.rs | |
| parent | fix server feature errors (diff) | |
clean up unused_import and unused_variables a bit
Diffstat (limited to 'src/message/signalproxy/objects/ircchannel.rs')
| -rw-r--r-- | src/message/signalproxy/objects/ircchannel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message/signalproxy/objects/ircchannel.rs b/src/message/signalproxy/objects/ircchannel.rs index 7d4b0e4..857af51 100644 --- a/src/message/signalproxy/objects/ircchannel.rs +++ b/src/message/signalproxy/objects/ircchannel.rs @@ -51,7 +51,7 @@ impl IrcChannel { } }; } - pub fn remove_channel_mode(&mut self, mode_type: ChannelModeType, mode: char, value: String) { + pub fn remove_channel_mode(&mut self, mode_type: ChannelModeType, mode: char, _value: String) { match mode_type { ChannelModeType::NotAChanmode => (), ChannelModeType::AChanmode => { |
