1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 02:46:37 +02:00

fixed cs_unban on inspircd 1.2 and 2.0

This commit is contained in:
DukePyrolator
2010-09-09 18:29:22 +02:00
parent 7a522d1c34
commit fdd196e50b
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -767,9 +767,7 @@ int anope_event_uid(const Anope::string &source, int ac, const char **av)
user = do_nick("", av[2], av[5], av[3], s->GetName(), av[ac - 1], ts, 0, av[4], av[0]);
if (user)
{
user->host = av[6];
UserSetInternalModes(user, 1, &av[8]);
user->SetCloakedHost(av[4]);
if (!user->server->IsSynced())
prev_u_intro = user;
else
-2
View File
@@ -764,9 +764,7 @@ int anope_event_uid(const Anope::string &source, int ac, const char **av)
user = do_nick("", av[2], av[5], av[3], s->GetName(), av[ac - 1], ts, 0, av[4], av[0]);
if (user)
{
user->hostip = av[6];
UserSetInternalModes(user, 1, &av[8]);
user->SetCloakedHost(av[4]);
if (!user->server->IsSynced())
prev_u_intro = user;
else