Move reinstate_user_modes() and update_user_mode() from funny.c to server.c and parse.c

Move these functions where they belong.
This commit is contained in:
Kevin Easton
2017-12-06 22:13:34 +11:00
parent c4ba093ca5
commit 305cfe2afb
6 changed files with 41 additions and 41 deletions

View File

@@ -24,11 +24,9 @@
int funny_is_ignore_channel (void);
void funny_set_ignore_channel (char *);
void funny_match (char *);
void reinstate_user_modes (void);
void funny_print_widelist (void);
void funny_list (char *, char **);
void funny_mode (char *, char **);
void funny_namreply (char *, char **);
void update_user_mode (int, const char *);
#endif /* FUNNY_H_ */