File: junk

package info (click to toggle)
sauce 0.9.6
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 496 kB
  • sloc: tcl: 4,377; sh: 234; makefile: 133
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