removed the '/' in command()

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2915 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-09-11 23:26:46 +00:00 committed by cras
commit 3f57df52c8
3 changed files with 3 additions and 3 deletions

View file

@ -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;
}
}