summaryrefslogtreecommitdiff
path: root/src/perl/get-signals.pl
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2016-10-16 14:07:22 +0200
committerAlexander Færøy <ahf@0x90.dk>2016-10-22 20:37:33 +0200
commit99d017720dd162122754bfbedc96744f4af8ce6c (patch)
treeac2b8e67bad281e13a7dafe1983539667bfc3076 /src/perl/get-signals.pl
parent6a286a4eb284cda4dce9ed97fec2aca643a139b0 (diff)
downloadirssi-99d017720dd162122754bfbedc96744f4af8ce6c.zip
Add TLS_REC.
This patch adds the TLS_REC structure. This structure is used to emit information about the TLS handshake from the core of irssi to the front-end layers such that we can display connection information to the user.
Diffstat (limited to 'src/perl/get-signals.pl')
-rwxr-xr-xsrc/perl/get-signals.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perl/get-signals.pl b/src/perl/get-signals.pl
index 529d35b1..806bcafa 100755
--- a/src/perl/get-signals.pl
+++ b/src/perl/get-signals.pl
@@ -37,6 +37,7 @@ while (<STDIN>) {
RAWLOG_REC => 'Irssi::Rawlog',
IGNORE_REC => 'Irssi::Ignore',
MODULE_REC => 'Irssi::Module',
+ TLS_REC => 'iobject',
# irc
BAN_REC => 'Irssi::Irc::Ban',