diff options
Diffstat (limited to 'functions.h')
-rw-r--r-- | functions.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/functions.h b/functions.h index c22d7ac..28b6413 100644 --- a/functions.h +++ b/functions.h @@ -142,12 +142,6 @@ int inchannel(struct channel *channels, int maxchannelcount, char *name); // Returns -1 if there was an error. int channelindex(struct channel *channels, int maxchannelcount, char *name); -// Send the requested number of lines of replay log to the requested client. -// 'sourcefd' is the client to send to, and replayseconds is the number of -// seconds of replay log to replay. -// Returns 1 for success or 0 for failure. -int doreplay(int sourcefd, int replayseconds, struct client *clients, struct settings *settings, struct ircdstate *ircdstate, struct channel *channels); - // Send the auto replay to the requested client, where 'sourcefd' is the client // to send to. The type of replay will depend on the user's settings. // Returns 1 for success or 0 for failure. |