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

*** empty log message ***

This commit is contained in:
stskeeps
2000-12-14 16:06:37 +00:00
parent d173324c0d
commit 54ba7c7ed2
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -21,5 +21,5 @@
*/
[ Unreal4.0 ]
- Fixed a _serious_ bug in SERVER command, reported by Valen, For,
M0rpheus and JK.
- Fixed a _serious_ bug in SERVER command, reported by Valen, Forrester,
M0rpheus, JK, and Hiten.
+4
View File
@@ -99,8 +99,12 @@ char serveropts[] = {
#ifdef USE_POLL
'P',
#endif
#ifdef USE_SSL
'e',
#endif
/* we are a stable ircd */
'S',
's',
'\0'
};