From 2ebca87ab1d277ecc83c51a1b32868cc1c30ff62 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 5 Mar 2007 21:47:27 +0000 Subject: State that the channel is full, to avoid confusion git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6627 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_redirect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_redirect.cpp b/src/modules/m_redirect.cpp index be3525466..cf0174cc6 100644 --- a/src/modules/m_redirect.cpp +++ b/src/modules/m_redirect.cpp @@ -132,7 +132,7 @@ class ModuleRedirect : public Module destchan = ServerInstance->FindChan(channel); if (destchan && destchan->IsModeSet('L')) { - user->WriteServ("470 %s :%s has a circular redirect (+L), not following redirection to %s", user->nick, cname, channel.c_str()); + user->WriteServ("470 %s :%s is full, but has a circular redirect (+L), not following redirection to %s", user->nick, cname, channel.c_str()); return 1; } -- cgit v1.2.3