summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--src/protocol/ultimate3.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 544a2b83b..73a40d1aa 100644
--- a/Changes
+++ b/Changes
@@ -35,6 +35,7 @@ Provided by illu. <illu@rs2i.net> - 2006
Provided by Trystan <trystan@nomadirc.net> - 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 */