Guest User

Untitled

a guest
May 26th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if {[info exists net-type]} {
  2. switch -- ${net-type} {
  3. "0" {
  4. # EFnet
  5. source scripts/quotepong.tcl
  6. }
  7. "2" {
  8. # Undernet
  9. source scripts/quotepass.tcl
  10. }
  11. }
  12. }
Add Comment
Please, Sign In to add comment