1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00
This commit is contained in:
stskeeps
2000-06-03 16:38:07 +00:00
parent 4ffba555f3
commit 989a5462d8
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -342,4 +342,5 @@
- /stats s is now avail only for opers in mainstream
- Took out "nick did a /userhost on you"
- Reduced hashtable size
- Took out sequent/dynix support
- Took out sequent/dynix support
- Fixed a bug that prolly was fixed by Potvin, but was "not fixed correctly"
+1 -1
View File
@@ -531,7 +531,7 @@ int m_server(cptr, sptr, parc, parv)
aconf = find_conf_servern(host);
if (!aconf)
{
sendto_locfailops("ERROR :No Access (No N line) %s",
sendto_one(cptr,"ERROR :No Access (No N line) %s",
inpath);
sendto_locfailops("Access denied (No N line) %s",
inpath);