mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
introduce the type Irssi::Irc::Client and signals to communicate with proxy
clients to allow for scripting parts of the irssi-proxy. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4882 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
73b18f2672
commit
f8461d39bc
13 changed files with 94 additions and 23 deletions
|
|
@ -20,6 +20,8 @@
|
|||
#include "dcc/dcc-send.h"
|
||||
#include "notifylist/notifylist.h"
|
||||
|
||||
#include "proxy/proxy.h"
|
||||
|
||||
typedef IRC_SERVER_REC *Irssi__Irc__Server;
|
||||
typedef IRC_SERVER_CONNECT_REC *Irssi__Irc__Connect;
|
||||
typedef IRC_CHANNEL_REC *Irssi__Irc__Channel;
|
||||
|
|
@ -35,3 +37,5 @@ typedef NETSPLIT_REC *Irssi__Irc__Netsplit;
|
|||
typedef NETSPLIT_SERVER_REC *Irssi__Irc__Netsplitserver;
|
||||
typedef NETSPLIT_CHAN_REC *Irssi__Irc__Netsplitchannel;
|
||||
typedef NOTIFYLIST_REC *Irssi__Irc__Notifylist;
|
||||
|
||||
typedef CLIENT_REC *Irssi__Irc__Client;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue