summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-commands.h
blob: 900a7765e74a9728cdc79aec6e9fd53dbd9a9a41 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __IRC_COMMANDS_H
#define __IRC_COMMANDS_H

/* `optlist' should contain only one key - the server tag.
   returns NULL if there was unknown -option */
IRC_SERVER_REC *irccmd_options_get_server(const char *cmd,
					  GHashTable *optlist,
					  IRC_SERVER_REC *defserver);

#endif