comparison config.feeds.example @ 564:f85b5c572292

feeds: Add configuration setting feeds_cmd_name.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jul 2020 22:07:16 +0300
parents 0ce432c3f03f
children cd5dd38466cf
comparison
equal deleted inserted replaced
563:537df683836c 564:f85b5c572292
22 } 22 }
23 23
24 proc feeds_cmd_msgm_last {unick uhost uhand utext} { 24 proc feeds_cmd_msgm_last {unick uhost uhand utext} {
25 return [feeds_cmd_msg $unick $uhost $uhand "PRIV" "last [feeds_cmdm_split $utext]" 0] 25 return [feeds_cmd_msg $unick $uhost $uhand "PRIV" "last [feeds_cmdm_split $utext]" 0]
26 } 26 }
27
28
29 # Name of the command used for help texts
30 set feeds_cmd_name "!feeds"
27 31
28 32
29 # Initialization proc called only by feeds.tcl 33 # Initialization proc called only by feeds.tcl
30 proc feeds_init { } { 34 proc feeds_init { } {
31 # Bind commands 35 # Bind commands