summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@fucktheforce.de>2015-12-13 15:39:07 +0100
committerroot <root@fucktheforce.de>2015-12-13 15:39:07 +0100
commite88b97de3bc57f8a163c30f271ad5e9235fe33b5 (patch)
tree6866a011ccb3717080c794a00c7e1926f9a28bb6
parent71c56d1d1188fbbfb1849e2519f93003d7dab340 (diff)
fixed copy-paste error with duplicate method namesHEADmaster
-rw-r--r--tld.tcl4
1 files 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