From e88b97de3bc57f8a163c30f271ad5e9235fe33b5 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 13 Dec 2015 15:39:07 +0100 Subject: fixed copy-paste error with duplicate method names --- tld.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tld.tcl b/tld.tcl index bbd69bd..279c7e1 100644 --- a/tld.tcl +++ b/tld.tcl @@ -1,6 +1,6 @@ -bind pub - !tld proc_file +bind pub - !tld proc_tld -proc proc_file {nick host hand chan arg} { +proc proc_tld {nick host hand chan arg} { set arg [string trim $arg] if {$arg == ""} { return 0 -- cgit v1.2.3