aboutsummaryrefslogtreecommitdiff
path: root/src/message/signalproxy/objects/ircuser.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/message/signalproxy/objects/ircuser.rs2
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) {