diff options
| author | Max Audron <audron@cocaine.farm> | 2025-02-23 17:04:26 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2025-02-23 17:04:26 +0100 |
| commit | b630f1855ec194703bfb0fdac22de9e18eaa5237 (patch) | |
| tree | 7abe6fda0d02c43fc3da6aa296850a6cd8e4c3e6 /src/message/signalproxy/objects/ircuser.rs | |
| parent | clean up unused_import and unused_variables a bit (diff) | |
add basic network syncables
Diffstat (limited to 'src/message/signalproxy/objects/ircuser.rs')
| -rw-r--r-- | src/message/signalproxy/objects/ircuser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message/signalproxy/objects/ircuser.rs b/src/message/signalproxy/objects/ircuser.rs index 93ae013..72f98be 100644 --- a/src/message/signalproxy/objects/ircuser.rs +++ b/src/message/signalproxy/objects/ircuser.rs @@ -65,7 +65,7 @@ impl IrcUser { sync!("removeUserModes", [modes]); } - pub fn update_hostmask(&mut self, mask: String) {} + pub fn update_hostmask(&mut self, _mask: String) {} pub fn join_channel(&mut self, channel: String) { if !self.channels.contains(&channel) { |
