X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=blobdiff_plain;f=videosite-xchat2.pl;h=fcb9ac3a05d76d006ec6000f6e828a9c89229de6;hp=d71106d24298f085de6bd35b965efc62cc5f9511;hb=f1fdd9a708ce0020c9387cdf2263000ca3c189b2;hpb=91620df347434b75329f5e75604355f87f8151b8 diff --git a/videosite-xchat2.pl b/videosite-xchat2.pl index d71106d..fcb9ac3 100644 --- a/videosite-xchat2.pl +++ b/videosite-xchat2.pl @@ -55,7 +55,7 @@ sub videosite_hook { %event = ( message => $msg->[1], - ewpf => sub { + io => sub { my $oldcxt = Xchat::get_context(); Xchat::set_context($context); Xchat::print(@_); @@ -80,7 +80,7 @@ sub message_hook { %event = ( message => $msg->[1], - ewpf => sub { + io => sub { my $oldcxt = Xchat::get_context(); Xchat::set_context($context); Xchat::print(@_);