1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 16:53:15 +02:00

missed one

This commit is contained in:
aquanight
2006-08-19 20:10:03 +00:00
parent 11ab94eb6c
commit dfa40c5367
+1 -1
View File
@@ -300,7 +300,7 @@ DLLFUNC int m_oper(aClient *cptr, aClient *sptr, int parc, char *parv[]) {
iNAH_host(sptr, locop_host);
SetHidden(sptr);
}
sendto_ops("%s (%s@%s) is now a local operator (o)",
sendto_snomask(SNO_OPER, "%s (%s@%s) is now a local operator (o)",
parv[0], sptr->user->username, GetHost(sptr));
}