summaryrefslogtreecommitdiff
path: root/scripts/autoop.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/autoop.pl')
-rw-r--r--scripts/autoop.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/autoop.pl b/scripts/autoop.pl
index d46d099e..f7182999 100644
--- a/scripts/autoop.pl
+++ b/scripts/autoop.pl
@@ -64,7 +64,7 @@ sub autoop {
if (!$temp_opped{$nick} &&
$server->masks_match($masks, $nick, $host)) {
- $channel->command("/op $nick");
+ $channel->command("op $nick");
$temp_opped{$nick} = 1;
}
}