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

BUILD : 1.7.5 (342) BUGS : #00 NOTES : Certus: Replaced current rand-implementation with arc4random and replaced C++ comments with C-style comments (gcc 2.95 might complain).

git-svn-id: svn://svn.anope.org/anope/trunk@342 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@218 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
keeper keeper@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-09-09 15:51:33 +00:00
parent 6c2674da5a
commit e41e4cd69e
22 changed files with 266 additions and 26 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ IgnoreData *get_ignore(const char *nick)
IgnoreData **whichlist = &ignore[tolower(nick[0])];
User *u = finduser(nick);
IgnoreData **whichlist2 = NULL;
// Bleah, this doesn't work. I need a way to get the first char of u->username.
//if (u) whichlist2 = &ignore[tolower(u->username[0])];
/* Bleah, this doesn't work. I need a way to get the first char of u->username.
/if (u) whichlist2 = &ignore[tolower(u->username[0])]; */
IgnoreData **whichlistast = &ignore[42]; /* * */
IgnoreData **whichlistqst = &ignore[63]; /* ? */
int finished = 0;