I wish that when someone adds a nick as DJ, compare whether the addition nick is a valid user on the bot.
But compare that to be case sensitive.
Example for valid user freud
!djadd freud
OK
For invalid user FrEuD
NOT VALID
This code is NOT case sensitive:
if {![validuser $djnickname]} { putmsg $chan NOT VALID }
How I can do to make the validuser command case sensitive?
If you do not understand my ideas is because I can not think in English, I help me with Google Translate. I only speak Spanish. Bear with me. Thanks
if {![validuser [nick2hand $djnickname]]} { putmsg $chan "NOT VALID" }
if that doesn't work, then you may have to use lsearch and -nocase switch.
We explore.. and you call us criminals. We seek after knowledge.. and you call us criminals. We exist without skin color, without nationality, without religious bias.. and you call us criminals.