mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-18 14:30:40 +01:00
Normalize /session hostmasks
This commit is contained in:
parent
aadc829865
commit
f3620ddd90
@ -467,6 +467,8 @@ sub normalize_hostmask {
|
|||||||
$host = "$1/$2/x-$user";
|
$host = "$1/$2/x-$user";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$host =~ s{/session$}{/x-$user};
|
||||||
|
|
||||||
return ($nick, $user, $host);
|
return ($nick, $user, $host);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user