Changeset 266
- Timestamp:
- 09/16/03 05:53:21 (8 years ago)
- File:
-
- 1 edited
-
trunk/modules/output.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/output.tcl
r263 r266 274 274 275 275 proc bMotionSayLine {channel nick line {moreText ""} {noTypo 0}} { 276 bMotion_putloglev 3 * "bMotion DoInterpolation: channel = $channel, nick = $nick, line = $line, moreText = $moreText, noTypo = $noTypo"276 bMotion_putloglev 3 * "bMotionSayLine: channel = $channel, nick = $nick, line = $line, moreText = $moreText, noTypo = $noTypo" 277 277 global mood botnick bMotionInfo bMotionCache 278 278 … … 518 518 519 519 set handle [nick2hand $nick] 520 if { $handle == "*"} {520 if {($handle == "") ||($handle == "*")} { 521 521 #not in bot 522 522 bMotion_putloglev 2 * "bMotion: no match, using nick"
Note: See TracChangeset
for help on using the changeset viewer.
