diff options
| author | 2006-08-10 18:04:19 +0000 | |
|---|---|---|
| committer | 2006-08-10 18:04:19 +0000 | |
| commit | fd2eb26472bcc0b7b144f40523ff820cba82f574 (patch) | |
| tree | 367926c5a429de9eca5db303c8d12d146fa8c6c8 /src/cmd_trace.cpp | |
| parent | PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins... (diff) | |
Move IsNick, IsIdent into class InspIRCd, update modules that use it.
Change message.h to just a #warning saying its deprecated, and remove all use of it from the core :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4847 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_trace.cpp')
| -rw-r--r-- | src/cmd_trace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_trace.cpp b/src/cmd_trace.cpp index 26a94f7a0..48f00c62d 100644 --- a/src/cmd_trace.cpp +++ b/src/cmd_trace.cpp @@ -28,7 +28,7 @@ void cmd_trace::Handle (const char** parameters, int pcnt, userrec *user) { if (i->second) { - if (isnick(i->second->nick)) + if (ServerInstance->IsNick(i->second->nick)) { if (*i->second->oper) { |
