From f938b078f8e283f52a4be36da584ee001030a247 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 5 May 2005 12:42:20 +0000 Subject: Fixes to: +s and +p channels wouldn't be synched correctly +s and +p never show in whois even when you're a member of them +s and +p never show in list even if you're a member of them git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1308 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 937354837..ecfb5539e 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -3534,7 +3534,7 @@ void DoSync(serverrec* serv, char* tcp_host) serv->SendPacket(data,tcp_host); } } - char* chl = chlist(u->second); + char* chl = chlist(u->second,u->second); if (strcmp(chl,"")) { snprintf(data,MAXBUF,"J %s %s",u->second->nick,chl); -- cgit v1.2.3