summaryrefslogtreecommitdiff
path: root/src/irc/core/irc-commands.h
blob: 6d4535a0bccfbe7b5da95bdbe2cd03aaebe49a12 (plain)
1
2
3
4
5
6
7
8
#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(GHashTable *optlist, IRC_SERVER_REC *defserver);

#endif