diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-03-01 18:00:43 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-03-01 18:00:43 +0000 |
commit | a7a2d3fa8a28addfd858bb67b0b92627993f7220 (patch) | |
tree | 7bf471b18024ca307ceb3ce348375cc711d4ad01 | |
parent | 587bf2e4ce5d8ec803ca93bfecbcec02c12b65a2 (diff) |
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
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | src/protocol/ultimate3.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 */ |