summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authormark mark@31f1291d-b8d6-0310-a050-a5561fc1590b <mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2008-08-14 23:34:43 +0000
committermark mark@31f1291d-b8d6-0310-a050-a5561fc1590b <mark mark@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2008-08-14 23:34:43 +0000
commitefc03b7be41444048aa0940a80fb9ae3b66e9e76 (patch)
treec62ee0bb5ad41727596adbd61ebaf97de6f26bd2 /Changes
parentacfe67f2fd88c5dee4ebad9966224845de3eadd9 (diff)
BUILD : 1.7.21 (1409) BUGS : 922 NOTES : Changes check argument in calls to chan_set_modes() from cs_modes.c/do_util() to 2 to avoid calling chan_set_proper_modes()
git-svn-id: svn://svn.anope.org/anope/trunk@1409 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1124 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 990b1188d..d5b156da6 100644
--- a/Changes
+++ b/Changes
@@ -44,7 +44,8 @@ Anope Version S V N
04/30 F Operators can now also use NickServ INFO ALL. [ #00]
05/12 F anope_cmd_notice_ops for unreal now includes source. [ #00]
05/12 F moduleNoticeLang() now calls notice_user instead of notice(). [ #00]
-11/08 F Updated os_raw.c to show up as a 3rd party module. [ #00]
+08/11 F Updated os_raw.c to show up as a 3rd party module. [ #00]
+08/15 F CS OP now correctly works if there is only 1 user in the channel. [#922]
Provided by Robin Burchell <w00t@inspircd.org> - 2008
08/08 F Strict warnings in send.c from comparing address of non-ptr [ #00]