diff options
| author | 2005-12-14 13:25:18 +0000 | |
|---|---|---|
| committer | 2005-12-14 13:25:18 +0000 | |
| commit | 4d6311c0d0d00dee048f69e8c093ae0cb20d8774 (patch) | |
| tree | 7f1c776192388345708a3b13b1622076ed8848c5 /src/helperfuncs.cpp | |
| parent | More references to RULES and MOTD (diff) | |
Removed reference to RULES
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2407 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/helperfuncs.cpp')
| -rw-r--r-- | src/helperfuncs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 6053d9126..65a416a47 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -1141,7 +1141,7 @@ void ShowMOTD(userrec *user) void ShowRULES(userrec *user) { - if (!RULES.size()) + if (!Config->RULES.size()) { WriteServ(user->fd,"NOTICE %s :Rules file is missing.",user->nick); return; |
