mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
|
#include "module.h"
|
||
|
|
||
|
MODULE = Irssi::Irc::Query PACKAGE = Irssi::Irc::Server PREFIX = irc_
|
||
|
PROTOTYPES: ENABLE
|
||
|
|
||
|
Irssi::Irc::Query
|
||
|
irc_query_create(server_tag, nick, automatic)
|
||
|
char *server_tag
|
||
|
char *nick
|
||
|
int automatic
|