mirror of
https://github.com/anope/anope.git
synced 2026-06-29 10:36:38 +02:00
Reworked live SQL support yet again
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ bool bad_password(User *u)
|
||||
* @param full True to match against the users real host and IP
|
||||
* @return void
|
||||
*/
|
||||
void common_unban(ChannelInfo *ci, User *u, bool full)
|
||||
void common_unban(const ChannelInfo *ci, User *u, bool full)
|
||||
{
|
||||
if (!u || !ci || !ci->c || !ci->c->HasMode(CMODE_BAN))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user