From 685e99be0241e97665cefe8730bb4aa53647aeb2 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 29 Mar 2011 13:43:22 -0400 Subject: Fixed some left over useprivmsg problems and fixed some compiler warnings. --- include/regchannel.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/regchannel.h b/include/regchannel.h index 80277803c..f2eaf5952 100644 --- a/include/regchannel.h +++ b/include/regchannel.h @@ -204,11 +204,11 @@ class CoreExport ChannelInfo : public Extensible, public Flags GetModeList(ChannelModeName Name); /** Get details for a specific mlock - * @param name The mode name + * @param mname The mode name * @param An optional param to match with * @return The MLock, if any */ - ModeLock *GetMLock(ChannelModeName name, const Anope::string ¶m = ""); + ModeLock *GetMLock(ChannelModeName mname, const Anope::string ¶m = ""); /** Check whether a user is permitted to be on this channel * @param u The user -- cgit