diff options
| author | 2006-08-10 20:27:51 +0000 | |
|---|---|---|
| committer | 2006-08-10 20:27:51 +0000 | |
| commit | 23a4885701cba4a87a5ae027257fb4207c917572 (patch) | |
| tree | cdd4aa7e4260135e444b28182448a14adb4e9a57 /src/cmd_motd.cpp | |
| parent | Make it more readable (diff) | |
Move tons more stuff into class InspIRCd*, make signal handler functions static members
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4855 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_motd.cpp')
| -rw-r--r-- | src/cmd_motd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_motd.cpp b/src/cmd_motd.cpp index a8cee2727..ab89bfd19 100644 --- a/src/cmd_motd.cpp +++ b/src/cmd_motd.cpp @@ -21,5 +21,5 @@ void cmd_motd::Handle (const char** parameters, int pcnt, userrec *user) { - ShowMOTD(user); + user->ShowMOTD(); } |
