Changeset 270
- Timestamp:
- 09/17/03 11:49:27 (8 years ago)
- File:
-
- 1 edited
-
trunk/modules/output.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/output.tcl
r269 r270 300 300 #safe to do these here 301 301 #try to get sensible names 302 set uhost [getchanhost $bMotionCache(randomUser)]303 set ruser [bMotionGetRealName $bMotionCache(randomUser) $uhost]302 #set uhost [getchanhost $bMotionCache(randomUser)] 303 set ruser [bMotionGetRealName $bMotionCache(randomUser)] 304 304 set line [bMotionInsertString $line "%ruser" $ruser] 305 305 306 set uhost [getchanhost $bMotionCache(remoteBot)]307 putloglev 3 * "bMotion: remote bothost = $uhost"308 set rbot [bMotionGetRealName $bMotionCache(remoteBot) $uhost]309 putloglev 3 * "bMotion: remote bot nick = $rbot"306 #set uhost [getchanhost $bMotionCache(remoteBot)] 307 #putloglev 3 * "bMotion: remote bothost = $uhost" 308 set rbot [bMotionGetRealName $bMotionCache(remoteBot)] 309 #putloglev 3 * "bMotion: remote bot nick = $rbot" 310 310 set line [bMotionInsertString $line "%rbot" $rbot] 311 311 … … 719 719 720 720 proc bMotionMakePossessive { text { altMode 0 }} { 721 if {$text == ""} { 722 return "someone's" 723 } 724 721 725 if {$text == "me"} { 722 726 if {$altMode == 1} {
Note: See TracChangeset
for help on using the changeset viewer.
