mirror of
https://github.com/irssi/irssi.git
synced 2025-05-07 03:53:47 -05:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@982 dbcabf3a-b0e7-0310-adc4-f8d773084564
15 lines
303 B
Plaintext
15 lines
303 B
Plaintext
MODULE = Irssi::Irc PACKAGE = Irssi::Irc::Server
|
|
|
|
Irssi::Irc::Netsplit
|
|
netsplit_find(server, nick, address)
|
|
Irssi::Irc::Server server
|
|
char *nick
|
|
char *address
|
|
|
|
Irssi::Irc::Nick
|
|
netsplit_find_channel(server, nick, address, channel)
|
|
Irssi::Irc::Server server
|
|
char *nick
|
|
char *address
|
|
char *channel
|