diff options
Diffstat (limited to 'irc/unreal/files/patch-config.h')
-rw-r--r-- | irc/unreal/files/patch-config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/unreal/files/patch-config.h b/irc/unreal/files/patch-config.h index 9a0b5539235b..9b3844a4668c 100644 --- a/irc/unreal/files/patch-config.h +++ b/irc/unreal/files/patch-config.h @@ -27,3 +27,14 @@ /* CHROOTDIR * +@@ -245,8 +245,8 @@ + * define IRC_USER to that user name. This should only be defined if you + * are running as root and even then perhaps not. + */ +-/* #define IRC_USER "<user name>" */ +-/* #define IRC_GROUP "<group name>" */ ++#define IRC_USER "%%USERS%%" ++#define IRC_GROUP "%%GROUPS%%" + + + /* SHOW_INVISIBLE_LUSERS |