Guest User

Untitled

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