about summary refs log tree commit diff
path: root/fun/paroxysm/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'fun/paroxysm/src/main.rs')
-rw-r--r--fun/paroxysm/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/paroxysm/src/main.rs b/fun/paroxysm/src/main.rs
index 998d125bf4..46a215c225 100644
--- a/fun/paroxysm/src/main.rs
+++ b/fun/paroxysm/src/main.rs
@@ -208,7 +208,7 @@ impl App {
     pub fn handle_query(
         &mut self,
         target: &str,
-        nick: &str,
+        _nick: &str,
         chan: &str,
         query: Captures,
     ) -> Result<(), Error> {