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.

msg change nickname command

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
s
silx
Voice
Posts: 13
Joined: Sat Feb 04, 2006 1:12 am

msg change nickname command

Post by silx »

anyone know hot to make a message change nickname script?
so it writes to file-egg.conf in the ' set nick "$newnick-here" '

so on a message command

command changenick <botpass> newnick



that way the new nickname is permanent and will not change on reboot
plz help. been tryin this to get working for a while
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Any script attempting to do that would first have to read in the conf file, locate the variable, alter it accordingly and then re-save the configuration file and then rehash the bot for it to tke effect.

Have you tried doing it via the command console?

Code: Select all

.tcl set nick \"Lamestbot\"
See if that works.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
s
silx
Voice
Posts: 13
Joined: Sat Feb 04, 2006 1:12 am

Post by silx »

thanks. but i need something that uses the message command
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Why don't you just edit the .conf file and rehash? it's not like everyday you're going to change the bot's nickname.
s
silx
Voice
Posts: 13
Joined: Sat Feb 04, 2006 1:12 am

Post by silx »

i want a script to do this
Post Reply