1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 22:23:12 +02:00

+- Added SICI information, Donation information, fixed a ./Config problem

+  overwriting certs ..
This commit is contained in:
stskeeps
2000-11-30 13:16:00 +00:00
parent 4eda3e1752
commit 7adf05ab64
7 changed files with 35 additions and 411 deletions
+1 -1
View File
@@ -2833,7 +2833,7 @@ int m_whois(cptr, sptr, parc, parv)
RPL_WHOISSPECIAL,
parv[0], name, "is a \2Secure Connection\2");
}
if (acptr->user->swhois)
if (acptr->user->swhois && !IsHideOper(acptr))
{
if (*acptr->user->swhois != '\0')
sendto_one(sptr, ":%s %d %s %s :%s",
BIN
View File
Binary file not shown.