diff options
author | TingPing <tingping@tingping.se> | 2013-04-27 06:32:30 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-04-27 06:32:30 -0400 |
commit | 565a4927242ad84430b247f3e3939cf75ceb986d (patch) | |
tree | ea8b7d4eab39e8a471bf1e389f14db3dfd86da04 /src/common/cfgfiles.c | |
parent | 6982bbfef96cb6e42ca8f5f330b5fa4665ca388c (diff) |
Reverts commit d964af81428a6d768aeb96906eb0538a30d919ca
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r-- | src/common/cfgfiles.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index e9486771..525e6acd 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -830,6 +830,15 @@ load_config (void) } else { +#ifndef WIN32 +#ifndef __EMX__ + /* OS/2 uses UID 0 all the time */ + if (getuid () == 0) + fe_message (_("* Running IRC as root is stupid! You should\n" + " create a User Account and use that to login.\n"), FE_MSG_WARN|FE_MSG_WAIT); +#endif +#endif /* !WIN32 */ + g_mkdir (prefs.hex_dcc_dir, 0700); g_mkdir (prefs.hex_dcc_completed_dir, 0700); |