Skip to content

Commit

Permalink
Update switch logic
Browse files Browse the repository at this point in the history
Patch by: @crazycatdevs
  • Loading branch information
crazycatdevs authored Jul 6, 2024
1 parent c960f05 commit 2bf13c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions eggdrop-basic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -415,10 +415,7 @@ if {[file exists aclocal.m4]} { die {You are attempting to run Eggdrop from the

if {[info exists net-type]} {
switch -- ${net-type} {
"EFnet" {
# EFnet
source scripts/quotepong.tcl
}
"EFnet" -
"0" {
# EFnet
source scripts/quotepong.tcl
Expand Down
5 changes: 1 addition & 4 deletions eggdrop.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1704,10 +1704,7 @@ loadhelp userinfo.help

if {[info exists net-type]} {
switch -- ${net-type} {
"EFnet" {
# EFnet
source scripts/quotepong.tcl
}
"EFnet" -
"0" {
# EFnet
source scripts/quotepong.tcl
Expand Down

0 comments on commit 2bf13c3

Please sign in to comment.