fix network config
This commit is contained in:
parent
eb1869a839
commit
7899c4fe4a
2
znc.tcl
2
znc.tcl
@ -207,7 +207,7 @@ if { $scriptdebug } {
|
|||||||
### Bot Commands --------------------------------------------------------------
|
### Bot Commands --------------------------------------------------------------
|
||||||
|
|
||||||
proc znc:request { nick host handle chan text } {
|
proc znc:request { nick host handle chan text } {
|
||||||
global scriptCommandPrefix zncPasswordSecurityLevel zncPasswordLength zncnetworkname zncDefaultUserModules zncDefaultNetworkModules
|
global scriptCommandPrefix zncPasswordSecurityLevel zncPasswordLength zncnetworkname zncDefaultUserModules zncDefaultNetworkModules usePreconfiguredNetworks
|
||||||
set username [lindex $text 0]
|
set username [lindex $text 0]
|
||||||
set email [lindex $text 1]
|
set email [lindex $text 1]
|
||||||
set networkname [lindex $text 2]
|
set networkname [lindex $text 2]
|
||||||
|
Reference in New Issue
Block a user