Changeset 1121


Ignore:
Timestamp:
09/08/11 16:13:37 (9 months ago)
Author:
szrof
Message:

Fix TCL error in !summon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/complex_summon.tcl

    r1061 r1121  
    6161                                bMotionDoAction $channel $name "%VAR{summon_channel_response}" 
    6262                                #set msg [pickRandom $summon_privmsg_response] 
    63                                 set msg [doInterpolation "%VAR{summon_privmsg_response}" $nick ""] 
     63                                set msg [bMotionDoInterpolation "%VAR{summon_privmsg_response}" $nick ""] 
    6464                                # replacements (TODO: may not be needed after doInterpolation) 
    6565                                regsub "%channel" $msg $channel msg  
Note: See TracChangeset for help on using the changeset viewer.