summaryrefslogtreecommitdiff
path: root/src/modules/m_check.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-09 19:56:08 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-09 19:56:08 +0000
commite2b1ad588d34c3d1d0e4e330acef7ca177b13daf (patch)
tree0204a40796573ccd488b3b68f2d2ee8ccd862240 /src/modules/m_check.cpp
parentf0f4dd725b20c5acca3eacdc77754ad9d2103626 (diff)
Move more stuff into userrec
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4823 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_check.cpp')
-rw-r--r--src/modules/m_check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp
index f697c4670..7dcb86d38 100644
--- a/src/modules/m_check.cpp
+++ b/src/modules/m_check.cpp
@@ -89,7 +89,7 @@ class cmd_check : public command_t
user->WriteServ(checkstr + " onport " + ConvToStr(targuser->GetPort()));
}
- chliststr = chlist(targuser, targuser);
+ chliststr = targuser->ChannelList(targuser);
std::stringstream dump(chliststr);
Srv->DumpText(user,checkstr + " onchans ", dump);