Removed usesmo references which caused compilation problems after stats.h update to v 628

This commit is contained in:
Mark 2003-10-07 23:14:57 +00:00
parent 9dd82ecff7
commit fd6b6c84ee
6 changed files with 0 additions and 18 deletions

3
Ircu.c
View file

@ -893,9 +893,6 @@ Srv_Netinfo (char *origin, char **argv, int argc)
strncpy (me.netname, argv[7], MAXPASS);
init_ServBot ();
globops (me.name, "Link with Network \2Complete!\2");
if (ircd_srv.uprot == 2109) {
me.usesmo = 1;
}
Module_Event ("NETINFO", NULL, 0);
me.synced = 1;
}

View file

@ -1185,9 +1185,6 @@ Srv_Netinfo (char *origin, char **argv, int argc)
#ifdef DEBUG
ns_debug_to_coders (me.chan);
#endif
if (ircd_srv.uprot == 2109) {
me.usesmo = 1;
}
Module_Event ("NETINFO", NULL, 0);
me.synced = 1;
}

View file

@ -897,9 +897,6 @@ Srv_Netinfo (char *origin, char **argv, int argc)
snetinfo_cmd ();
init_ServBot ();
globops (me.name, "Link with Network \2Complete!\2");
if (ircd_srv.uprot == 2109) {
me.usesmo = 1;
}
Module_Event ("NETINFO", NULL, 0);
me.synced = 1;
}

View file

@ -894,9 +894,6 @@ Srv_Netinfo (char *origin, char **argv, int argc)
strncpy (me.netname, argv[7], MAXPASS);
init_ServBot ();
globops (me.name, "Link with Network \2Complete!\2");
if (ircd_srv.uprot == 2109) {
me.usesmo = 1;
}
Module_Event ("NETINFO", NULL, 0);
me.synced = 1;
}

View file

@ -978,9 +978,6 @@ Srv_Netinfo (char *origin, char **argv, int argc)
#ifdef DEBUG
ns_debug_to_coders (me.chan);
#endif
if (ircd_srv.uprot == 2109) {
me.usesmo = 1;
}
Module_Event ("NETINFO", NULL, 0);
me.synced = 1;
}

View file

@ -910,9 +910,6 @@ Srv_Netinfo (char *origin, char **argv, int argc)
strncpy (me.netname, argv[7], MAXPASS);
init_ServBot ();
globops (me.name, "Link with Network \2Complete!\2");
if (ircd_srv.uprot == 2109) {
me.usesmo = 1;
}
Module_Event ("NETINFO", NULL, 0);
me.synced = 1;
}