summaryrefslogtreecommitdiff
path: root/src/botserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/botserv.c')
-rw-r--r--src/botserv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/botserv.c b/src/botserv.c
index 0e040624d..6b40ab3df 100644
--- a/src/botserv.c
+++ b/src/botserv.c
@@ -25,10 +25,8 @@ int nbots = 0;
/*************************************************************************/
-BotInfo *makebot(char *nick);
static UserData *get_user_data(Channel * c, User * u);
-E void unassign(User * u, ChannelInfo * ci);
static void check_ban(ChannelInfo * ci, User * u, int ttbtype);
static void bot_kick(ChannelInfo * ci, User * u, int message, ...);