diff options
-rw-r--r-- | tld.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |