diff options
author | root <root@fucktheforce.de> | 2015-12-13 15:39:07 +0100 |
---|---|---|
committer | root <root@fucktheforce.de> | 2015-12-13 15:39:07 +0100 |
commit | e88b97de3bc57f8a163c30f271ad5e9235fe33b5 (patch) | |
tree | 6866a011ccb3717080c794a00c7e1926f9a28bb6 | |
parent | 71c56d1d1188fbbfb1849e2519f93003d7dab340 (diff) |
-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 |