these two can go as well.

This commit is contained in:
Fish 2003-10-11 15:49:35 +00:00
parent b281289e7a
commit c0579d4a95

View file

@ -436,7 +436,6 @@ int
sakill_cmd (const char *host, const char *ident, const char *setby, const int length, const char *reason, ...)
{
/* there isn't an akill on Hybrid, so we send a kline to all servers! */
Server *s;
va_list ap;
char buf[512];
@ -866,19 +865,6 @@ Srv_Svinfo (char *origin, char **argv, int argc)
ssvinfo_cmd ();
}
void
Srv_Netinfo (char *origin, char **argv, int argc)
{
me.onchan = 1;
ircd_srv.uprot = atoi (argv[2]);
strncpy (ircd_srv.cloak, argv[3], 10);
strncpy (me.netname, argv[7], MAXPASS);
init_ServBot ();
globops (me.name, "Link with Network \2Complete!\2");
Module_Event ("NETINFO", NULL, 0);
me.synced = 1;
}
void
Srv_Pass (char *origin, char **argv, int argc)
{