🔔 Çevrimdışı bildirim almak ister misiniz?
Bir konuya etiketlendiğinizde, özel mesaj aldığınızda, bir mesajınız alıntılandığında forumda olmasanız bile anlık bildirim almak için lütfen izni verin.
#############################################################################
## This script connects to the Network Solutions whois server and displays ##
## the registration information for a domain name. You can also set your ##
## own whois server to connect to. ##
#############################################################################
##############
## COMMANDS ##
##############################################
## DCC ## .dwhois <domain> (Can be changed) ##
######### Displays the domain registration ##
######### information for a domain. ##
##############################################
##########################################################
## Just load the script, set the variables, and rehash. ##
##########################################################
###########################################################
# Set the flag required to preform internic lookups here. #
###########################################################
set domainwhois_setting(flag) "o|o"
#########################################################
# Set the command for performing internic lookups here. #
#########################################################
set domainwhois_setting(cmd) "dwhois"
#######################################
# Set the lookup server address here. #
# Format: <server>:<port> #
#######################################
set domainwhois_setting(server) "networksolutions.com:43"
###################################
# Enable use of bold in DCC chat? #
###################################
set domainwhois_setting(bold) 1
###############################################
# Prefix "DOMAINWHOIS:" in DCC chat messages? #
###############################################
set domainwhois_setting(DOMAINWHOIS:) 1
####################
# Code begins here #
####################
if {![string match 1.6.* $version]} { putlog "\002DOMAINWHOIS:\002 \002WARNING:\002 This script is intended to run on eggdrop 1.6.x or later." }
if {[info tclversion] < 8.2} { putlog "\002DOMAINWHOIS:\002 \002WARNING:\002 This script is intended to run on Tcl Version 8.2 or later." }