Hi, I've noticed weird thing, this is from mirc:
-> [ctcp(adeline244)] FINGER
*** CTCP FINGER reply from adeline244: n/a
and eggdrop
(bot) Asking ctcp-finger from adeline244...
(bot) [00:26] CTCP reply FINGER: from adeline244 (~ident@172.134.160.147) to bot.
Finger reply is "n/a" and bot didn't get this, it's not script's fault, I've tried manually. I'd like bot get even n/a finger reply, it's common finger reply of spam drones.
## Punish the people who have one of the following words in the ctcp-version reply.
set nv_versions {"n/a"}
## Ask ctcp-version if user joins one of these channels.
# Note: Set this to "" to enable punishing on all channels.
set nv_chans "#chan"
## [0/1] If user has a lame IRC-client/script then punish him/her only on $nv_chans?
# Note: If this is set to 0 then the bot punish user on all channels where the bot and the user are.
set nv_onlynvchans 1
## What is the reason for the punishment?
set nv_reason "!Possible \002spam drone\002 has been detected!"
## [0/1] Kick the user?
set nv_kick 1
## [0/1] Give the user a warning?
set nv_givewarning 0
## Give what kind of warning?
set nv_warning "User has been banned from the channel"
## [0/1] Ban the user?
set nv_ban 1
## Ban for how long time (min)?
set nv_bantime 1200
## [0/1] Ignore the user?
set nv_ignore 0
## Ignore for how long time (min)?
set nv_ignoretime 0
## What users can use the nvcheck command?
set nv_chkflag "m"
## Don't ask ctcp-version from the users with the following global flags.
set nv_globflags "m n o b"
## Don't ask ctcp-version from the users with the following channel flags.
set nv_chanflags "m n o"