diff options
Diffstat (limited to 'src/irc/bot/botnet-users.h')
-rw-r--r-- | src/irc/bot/botnet-users.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/irc/bot/botnet-users.h b/src/irc/bot/botnet-users.h deleted file mode 100644 index 303a0890..00000000 --- a/src/irc/bot/botnet-users.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef __BOTNET_USERS_H -#define __BOTNET_USERS_H - -void botcmd_user_add(const char *nick); -void botcmd_user_set_flags(USER_REC *user, int flags); -void botcmd_user_set_channel_flags(USER_REC *user, const char *channel, int flags); - -void botcmd_user_add_mask(USER_REC *user, const char *mask); -void botcmd_user_set_mask_notflags(USER_REC *user, const char *mask, int not_flags); - -void botcmd_user_set_password(USER_REC *user, const char *password); - -#endif |