diff options
Diffstat (limited to 'lilykarma.tcl')
| -rw-r--r-- | lilykarma.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lilykarma.tcl b/lilykarma.tcl index 17b3b59..bac2de1 100644 --- a/lilykarma.tcl +++ b/lilykarma.tcl @@ -66,7 +66,6 @@ bind pubm $karma(flags) "% *++" fixkarma proc fixkarma {nick uhost hand chan text} { global karma kdbfile kfcount kfflood if {[string match "*+lkarma*" [channel info $chan]]} { - set nick [string map { "\{" "\\\{" "\}" "\\\}" "\[" "\\\[" "\]" "\\\]" } $nick] set uhost [string tolower $uhost] set acct [getaccount $nick] set hand [finduser -account $acct] |
