mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +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
|
|
@ -42,6 +42,7 @@ while (<STDIN>) {
|
|||
s/DCC_REC[^,]*/siobject/g;
|
||||
s/AUTOIGNORE_REC[^,]*/Irssi::Irc::Autoignore/g;
|
||||
s/NOTIFYLIST_REC[^,]*/Irssi::Irc::Notifylist/g;
|
||||
s/CLIENT_REC[^,]*/Irssi::Irc::Client/g;
|
||||
|
||||
# fe-common
|
||||
s/THEME_REC[^,]*/Irssi::UI::Theme/g;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue