summaryrefslogtreecommitdiff
path: root/src/perl/irc/Netsplit.xs
blob: b0b1e5231b1081e3214a1667564754ef599bb407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "module.h"

MODULE = Irssi::Irc::Netsplit	PACKAGE = Irssi::Irc::Server
PROTOTYPES: ENABLE

Irssi::Irc::Netsplit
netsplit_find(server, nick, address)
	Irssi::Irc::Server server
	char *nick
	char *address

Irssi::Irc::Netsplitchannel
netsplit_find_channel(server, nick, address, channel)
	Irssi::Irc::Server server
	char *nick
	char *address
	char *channel