mirror of
https://github.com/anope/anope.git
synced 2026-07-03 05:53:12 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -1091,7 +1091,7 @@ class BSKick final
|
||||
}
|
||||
}
|
||||
|
||||
void bot_kick(ChannelInfo *ci, User *u, const char *message, ...) ATTR_FORMAT(4, 5)
|
||||
static void bot_kick(ChannelInfo *ci, User *u, const char *message, ...) ATTR_FORMAT(3, 4)
|
||||
{
|
||||
va_list args;
|
||||
char buf[1024];
|
||||
|
||||
Reference in New Issue
Block a user