mirror of
https://github.com/anope/anope.git
synced 2026-06-27 04:46:37 +02:00
Fixed a lot of small problems
This commit is contained in:
+2
-2
@@ -37,7 +37,7 @@ void introduce_user(const Anope::string &user)
|
||||
ircdproto->SendSQLine(&x);
|
||||
|
||||
for (UChannelList::const_iterator cit = bi->chans.begin(), cit_end = bi->chans.end(); cit != cit_end; ++cit)
|
||||
ircdproto->SendJoin(bi, *cit);
|
||||
ircdproto->SendJoin(bi, (*cit)->chan, &Config->BotModeList);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -70,7 +70,7 @@ void introduce_user(const Anope::string &user)
|
||||
ircdproto->SendSQLine(&x);
|
||||
|
||||
for (UChannelList::const_iterator cit = bi->chans.begin(), cit_end = bi->chans.end(); cit != cit_end; ++cit)
|
||||
ircdproto->SendJoin(bi, *cit);
|
||||
ircdproto->SendJoin(bi, (*cit)->chan, &Config->BotModeList);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user