From a7a2d3fa8a28addfd858bb67b0b92627993f7220 Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Wed, 1 Mar 2006 18:00:43 +0000 Subject: [PATCH] Applied Ultiamte3 chan SQline fix by trystan. git-svn-id: svn://svn.anope.org/anope/trunk@991 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@716 5417fbe8-f217-4b02-8779-1006273d7864 --- Changes | 1 + src/protocol/ultimate3.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 544a2b83b..73a40d1aa 100644 --- a/Changes +++ b/Changes @@ -35,6 +35,7 @@ Provided by illu. - 2006 Provided by Trystan - 2006 03/01 A Clarity on module loading status numbers. [#435] +03/01 F Applied ultiamte3 chan sqline patch. [#412] 03/01 F Crash when not giving user for moduleGetLangString. [#454] 02/23 F Usermatching possible null arg on sstrdup. [ #00] 02/20 F Fixed some TS6 issues with do_cmode() and do_nick() [#396] diff --git a/src/protocol/ultimate3.c b/src/protocol/ultimate3.c index 85f904dcc..8cf6ed294 100644 --- a/src/protocol/ultimate3.c +++ b/src/protocol/ultimate3.c @@ -61,7 +61,7 @@ IRCDVar myIrcd[] = { 0, /* TS Topci Backward */ UMODE_p, /* Protected Umode */ 1, /* Has Admin */ - 0, /* Chan SQlines */ + 1, /* Chan SQlines */ 0, /* Quit on Kill */ 1, /* SVSMODE unban */ 0, /* Has Protect */