summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>2009-04-03 18:25:20 +0000
committerjantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864>2009-04-03 18:25:20 +0000
commit1dec3ee8fb814225e66b843f1d41bd418df7e578 (patch)
treeffdc2d211bfd08db760abd41caab983e45039a88
parent446a6f6ea5f64692dcaffd23cafb31292b307f4b (diff)
Fixed non-standard C-style comment.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2251 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--src/channels.c2
-rw-r--r--version.log3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/channels.c b/src/channels.c
index 4d3ab6474..61786fc93 100644
--- a/src/channels.c
+++ b/src/channels.c
@@ -1823,7 +1823,7 @@ Channel *join_user_update(User * user, Channel * chan, char *name,
chan = chan_create(name, chants);
else
{
- // Check chants against 0, as not every ircd sends JOIN with a TS.
+ /* Check chants against 0, as not every ircd sends JOIN with a TS. */
if (chan->creation_time > chants && chants != 0)
{
struct c_userlist *cu;
diff --git a/version.log b/version.log
index 95ecf94dc..553576a43 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,11 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="0"
VERSION_EXTRA="-svn"
-VERSION_BUILD="2250"
+VERSION_BUILD="2251"
# $Log$ # Changes since 1.8.0 Release
+#Revision 2251 - Fixed non-standard C-style comment.
#Revision 2250 - Updated example.conf regarding removal of the inspirc10 protocol module and SRA requirement for SuperAdmin.
#Revision 2249 - Someone seems to have forgotten about Changes.. added most significant commits to Changes.
#Revision 2245 - Backport of bugfix for bug #1050 from SVN r2163, patch from Adam, MS STAFF's syntax shows correctly, required adding a language string as well, currently they are all English until they can be properly translated.