diff options
| author | 2009-09-13 20:31:33 +0000 | |
|---|---|---|
| committer | 2009-09-13 20:31:33 +0000 | |
| commit | 1524caf2f799cff54c2de330c9670a0b761ba3d8 (patch) | |
| tree | 45fffe020b28782a087925c94fb5195fb9b4796b /src/modes/umode_w.cpp | |
| parent | Replace OnAccessCheck with OnPreMode to remove a number of redundant checks (diff) | |
| download | inspircd++-1524caf2f799cff54c2de330c9670a0b761ba3d8.tar.gz inspircd++-1524caf2f799cff54c2de330c9670a0b761ba3d8.tar.bz2 inspircd++-1524caf2f799cff54c2de330c9670a0b761ba3d8.zip | |
Simplify ModeHandler constructor
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11701 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modes/umode_w.cpp')
| -rw-r--r-- | src/modes/umode_w.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/umode_w.cpp b/src/modes/umode_w.cpp index 5990fd2a0..8cc31094d 100644 --- a/src/modes/umode_w.cpp +++ b/src/modes/umode_w.cpp @@ -17,7 +17,7 @@ #include "users.h" #include "modes/umode_w.h" -ModeUserWallops::ModeUserWallops(InspIRCd* Instance) : SimpleUserModeHandler(Instance, NULL, 'w') +ModeUserWallops::ModeUserWallops(InspIRCd* Instance) : SimpleUserModeHandler(NULL, 'w') { } |
