This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

it helps please with the use of md5

Help for those learning Tcl or writing their own scripts.
Post Reply
User avatar
Arnold_X-P
Master
Posts: 226
Joined: Mon Oct 30, 2006 12:19 am
Location: DALnet - Trinidad - Beni - Bolivia
Contact:

it helps please with the use of md5

Post by Arnold_X-P »

it is possible to use the encryptacion method md5 to use in identification with nickserv

example: in partyline
[23:49] <Arnold_X-P> .tcl md5 mypass.is
[23:49] <(Kantuta> Tcl: f6a641ec3eda8a8c9b5f4a8cd19acd8a

and to add that one md5 to the.conf so that the bot should use it as a password to identify (and if my password in irc is mypass.is ) in md5 is f6a641ec3eda8a8c9b5f4a8cd19acd8a

in .conf
set password "f6a641ec3eda8a8c9b5f4a8cd19acd8a"

bind notc - "*This nick* is*" pConfigNotc

proc pConfigNotc {nick uhost hand text dest} {
global botnick nservice
if {$nick == $nservice} {
putserv "$nservice :IDENTIFY $::nick $::password" -next

++++++++++++++++++
I ask and ask for help
it is possible to use the method md5 to use it in identification with the nickserv ....
my bot is kantuta and this one in dalnet (irc.dal.net)
he would be grateful very much for the help.
.:an ideal world:. www.geocities.ws/chateo/yo.htm
my programming place /server ix.scay.net:7005
Post Reply