diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-04-14 19:18:54 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-04-14 19:18:54 +0000 |
commit | c2ab9b982de7059a628d1fc92548cc3391bb41cf (patch) | |
tree | cc1920f11d327a5d3450375fcbaf264f36b83b37 | |
parent | f4d6f50ebffc4bbad1412ff06c19bde7f58a9459 (diff) |
BUILD : 1.7.8 (663) BUGS : NOTES : Small typo in last commit
git-svn-id: svn://svn.anope.org/anope/trunk@663 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@511 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/channels.c | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/channels.c b/src/channels.c index ef9614dfe..7d25c548f 100644 --- a/src/channels.c +++ b/src/channels.c @@ -297,7 +297,7 @@ void chan_set_modes(const char *source, Channel * chan, int ac, char **av, real_ac--; real_av++; for (i = 0; i < real_ac; i++) { - if ((user = find_user(*real_av)) && is_on_chan(chan, user)) + if ((user = finduser(*real_av)) && is_on_chan(chan, user)) chan_set_correct_modes(user, chan, 0); real_av++; } diff --git a/version.log b/version.log index f93da52cc..d6f0950a5 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="8" -VERSION_BUILD="662" +VERSION_BUILD="663" # $Log$ # +# BUILD : 1.7.8 (663) +# BUGS : +# NOTES : Small typo in last commit +# # BUILD : 1.7.8 (662) # BUGS : 342 # NOTES : I should know that real_av and av are not identical, thanks for pointing that out heinz :P |