diff options
Diffstat (limited to 'fun/paroxysm/src')
-rw-r--r-- | fun/paroxysm/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/paroxysm/src/main.rs b/fun/paroxysm/src/main.rs index 998d125bf41c..46a215c22563 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> { |