mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
which were part of it. Removed it now and replaced it with saving only op/halfop/voice status. Might have caused some crashes? (hopefully did :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2234 dbcabf3a-b0e7-0310-adc4-f8d773084564
18 lines
364 B
Plaintext
18 lines
364 B
Plaintext
#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
|