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.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
silx
Voice
Posts: 13 Joined: Sat Feb 04, 2006 1:12 am
Post
by silx » Sat Feb 11, 2006 11:54 pm
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
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Sun Feb 12, 2006 1:21 am
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?
See if that works.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
silx
Voice
Posts: 13 Joined: Sat Feb 04, 2006 1:12 am
Post
by silx » Sun Feb 12, 2006 1:47 am
thanks. but i need something that uses the message command
Sir_Fz
Revered One
Posts: 3794 Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:
Post
by Sir_Fz » Sun Feb 12, 2006 11:06 am
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.
silx
Voice
Posts: 13 Joined: Sat Feb 04, 2006 1:12 am
Post
by silx » Mon Feb 13, 2006 9:05 pm
i want a script to do this