diff options
| -rw-r--r-- | lilykarma.tcl | 1 | ||||
| -rw-r--r-- | twitter2nitter.tcl | 2 |
2 files changed, 1 insertions, 2 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] diff --git a/twitter2nitter.tcl b/twitter2nitter.tcl index 1d9d753..77ad914 100644 --- a/twitter2nitter.tcl +++ b/twitter2nitter.tcl @@ -20,7 +20,7 @@ setudef flag nitter bind pubm * "% *" outputNitterLink -set nitterHost "xcancel.com" +set nitterHost "nitter.net" set nitterAntiFloodSeconds 5 array set ::nitterAntiFlood {} |
