fixed copy-paste error with duplicate method names
This commit is contained in:
parent
71c56d1d11
commit
e88b97de3b
1 changed files with 2 additions and 2 deletions
4
tld.tcl
4
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
|
||||
|
|
Loading…
Reference in a new issue