From 594d430ee457b621c731a6cc70d84c02c295d59c Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 23 Aug 2006 21:09:49 +0000 Subject: More prefixchar stuff. WARNING: 005 numeric is broken in this commit. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5000 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 3b02e82b9..f761c56f9 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1674,7 +1674,7 @@ std::string userrec::ChannelList(userrec* source) */ if ((source == this) || (*source->oper && ServerInstance->Config->OperSpyWhois) || (((!rec->channel->modes[CM_PRIVATE]) && (!rec->channel->modes[CM_SECRET])) || (rec->channel->HasUser(source)))) { - list.append(rec->channel->GetStatusChar(this)).append(rec->channel->name).append(" "); + list.append(rec->channel->GetPrefixChar(this)).append(rec->channel->name).append(" "); } } } -- cgit v1.3.1-10-gc9f91