Changeset 879 for trunk/modules/events.tcl
- Timestamp:
- 02/08/08 07:41:56 (11 months ago)
- Files:
-
- 1 modified
-
trunk/modules/events.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/events.tcl
r858 r879 106 106 } 107 107 108 # channel is missing when the bot itself is parting, so ignore itself 109 if [isbotnick $nick] { 110 return 0 111 } 112 108 113 if {![channel get $channel bmotion]} { 109 114 return 0 … … 129 134 return 0 130 135 } 136 137 # channel is missing when the bot itself is quiting, so ignore itself 138 if [isbotnick $nick] { 139 return 0 140 } 131 141 132 142 if {![channel get $channel bmotion]} {
