diff options
-rw-r--r-- | src/channels.c | 2 | ||||
-rw-r--r-- | version.log | 3 |
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. |