Guest

Blowfish

By: a guest on Mar 22nd, 2010  |  syntax: None  |  size: 0.55 KB  |  hits: 196  |  expires: Never
download  |  raw  |  embed  |  report abuse
This paste has a previous version, view the difference. Copied
  1. proc echo:addpre {nick uhost hand chan arg} {
  2.         if {[string match $chan $::chan(add)]!=0 && [string match $nick $::echo(add)]!=0} {
  3.                 set rls [lindex $arg 0]
  4.                 set section [lindex $arg 1]
  5.                                 if { [check_cee $rls] !="1"} {
  6.                         foreach chanas $::chan(all) {
  7.                                         annonce:speed $chanas $::skin(pre) "PRE" "$section" "$rls" "" "" "" ""
  8.                                                                                                                                         }
  9.                         foreach chanas $::chan(fr) {
  10.                                                                 if { [check_fr $rls] =="1" } {
  11.                                         annonce:speed $chanas $::skin(pre) "PRE" "$section" "$rls" "" "" "" ""
  12.                                                                                                                         }
  13.                                                                                                                         }
  14.                                                                                  }
  15. }
  16. }