mirror of
https://github.com/anope/anope.git
synced 2026-06-29 22:06:37 +02:00
Fix some coding style issues.
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ UplinkSocket::~UplinkSocket()
|
||||
{
|
||||
/* Don't use quitmsg here, it may contain information you don't want people to see */
|
||||
IRCD->SendQuit(u, "Shutting down");
|
||||
BotInfo* bi = BotInfo::Find(u->GetUID());
|
||||
BotInfo *bi = BotInfo::Find(u->GetUID());
|
||||
if (bi != NULL)
|
||||
bi->introduced = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user