1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 14:23:13 +02:00

Fixed non-standard C-style comment.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2251 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
jantje_85
2009-04-03 18:25:20 +00:00
parent 446a6f6ea5
commit 1dec3ee8fb
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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;
+2 -1
View File
@@ -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.