mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
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:
parent
43201b2e9c
commit
3f57df52c8
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue