mirror of
https://github.com/anope/anope.git
synced 2026-07-09 03:43:12 +02:00
Bug #1079 - Don't use users real host and IPs when matching against
bans and excepts, except when a user is unbanning themselves, in an attempt to prevent people from gaining other users IPs. This removes support for Unreal and Bahamuts SVSMode -b because it will unban users by real host and IP.
This commit is contained in:
@@ -48,7 +48,7 @@ class CommandCSUnban : public Command
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
common_unban(ci, u2);
|
||||
common_unban(ci, u2, u == u2);
|
||||
if (u2 == u)
|
||||
source.Reply(CHAN_UNBANNED, c->name.c_str());
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user