Skip to content

Commit

Permalink
Reducing spam.
Browse files Browse the repository at this point in the history
  • Loading branch information
khobbits committed Nov 15, 2011
1 parent db52d71 commit 5ac5eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lain.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ proc onjoinmsg {nick host hand chan} {
}
if {[lsearch -exact [channel info $chan] "lainai"] == -1} { return }
if {[regexp {(mibbit|webchat)} $host]} {
set lainailist($nick) 5
set lainailist($nick) 3
} else {
set lainailist($nick) 2
set lainailist($nick) 1
}
}

Expand Down

0 comments on commit 5ac5eee

Please sign in to comment.