From da47dd9fc60e6e0eecf609fb934eb0e2bd3ef3fb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:21:47 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- ksirc/default.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ksirc/default.pl') diff --git a/ksirc/default.pl b/ksirc/default.pl index 7b42dd18..e253f1e9 100644 --- a/ksirc/default.pl +++ b/ksirc/default.pl @@ -428,12 +428,12 @@ sub cmd_fk { $n0thing_kickpat=$newarg; &slashify($n0thing_kickpat); $n0thing_kickmsg=$args || "though names may change each face retains the mask it wore"; - &addhook("352", "dofklist"); + &addhook("352", "doftdelist"); &addhook("315", "donefk"); &sl("WHO $talkchannel"); } &addcmd("fk"); -sub hook_dofklist { +sub hook_doftdelist { local($a)=@_; local($c, $c, $u, $h, $s, $n)=split(/ +/, $a); (($n."!".$u."\@".$h) =~ /${n0thing_kickpat}/i) && $n ne $nick && @@ -441,7 +441,7 @@ sub hook_dofklist { $silent=1; } sub hook_donefk { - &remhook("352", "dofklist"); + &remhook("352", "doftdelist"); &remhook("315", "donefk"); } sub cmd_setaway { -- cgit v1.2.3