File: junk

package info (click to toggle)
sauce 0.7.7.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 416 kB
  • ctags: 184
  • sloc: tcl: 4,105; makefile: 125; sh: 114
file content (8 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
if {[info exists state(no)]} {
	    if {$state(admin)} {
		ic_msg_accept $eom
	    } else {
		set state(whyreject) $state(no)
		ic_msgnoa_reject $eom "550 $blacklist_message"
	    }
	} else