mirror of
https://github.com/anope/anope.git
synced 2026-07-08 21:53:12 +02:00
BUILD : 1.7.21 (1375) BUGS : 858 NOTES : do_sjoin() called finduser(NULL)
git-svn-id: svn://svn.anope.org/anope/trunk@1375 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1090 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
2a08701f55
commit
2a83fd3599
+1
-1
@@ -1070,7 +1070,7 @@ void do_sjoin(const char *source, int ac, char **av)
|
||||
if (UseTS6 && ircd->ts6) {
|
||||
user = find_byuid(source);
|
||||
if (!user)
|
||||
user = finduser(s);
|
||||
user = finduser(source);
|
||||
} else {
|
||||
user = finduser(source);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user