fixed copy-paste error with duplicate method names

This commit is contained in:
root 2015-12-13 15:39:07 +01:00
parent 71c56d1d11
commit e88b97de3b

View file

@ -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