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!
emokid
Voice
Posts: 22 Joined: Fri Dec 07, 2007 5:31 pm
Post
by emokid » Fri Dec 07, 2007 5:42 pm
Okay, I have a friend added to my bot userlist as the same access as me (owner). He wants to log onto the bot via private message, like by doing "/msg botnick login handle password" and be able to edit stuff like greet upon entering, actions (like if you say "botnick hit <person's name here>" the bot will do an action like "botnick hits <person's name here>"), and the channel's user access list so he can make the bot auto-op users he adds.
I don't know how feasible this is, but is it possible?
metroid
Owner
Posts: 771 Joined: Wed Jun 16, 2004 2:46 am
Post
by metroid » Fri Dec 07, 2007 5:45 pm
Possible: Yes
Chances of someone writing all that code for you: Unlikely
emokid
Voice
Posts: 22 Joined: Fri Dec 07, 2007 5:31 pm
Post
by emokid » Fri Dec 07, 2007 5:49 pm
Do you know if there is some script like that out there? I've checked multiple sites and they don't have anything like that.
Or is there a way to add commands to /msg botnick ?
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Fri Dec 07, 2007 6:14 pm
emokid wrote: Or is there a way to add commands to /msg botnick ?
Learn C and code away.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
emokid
Voice
Posts: 22 Joined: Fri Dec 07, 2007 5:31 pm
Post
by emokid » Fri Dec 07, 2007 6:18 pm
Alchera wrote: emokid wrote: Or is there a way to add commands to /msg botnick ?
Learn C and code away.
Ohhh, thanks. Do you have any personal website favorites where I can learn C?
And in which file are the /msg botnick commands located where I can modify/add?
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Fri Dec 07, 2007 6:49 pm
eggdrop1.6.18/src
Kind of obvious actually.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
emokid
Voice
Posts: 22 Joined: Fri Dec 07, 2007 5:31 pm
Post
by emokid » Fri Dec 07, 2007 7:09 pm
Alchera wrote: eggdrop1.6.18/src
Kind of obvious actually.
Actually I don't have /src...I emerged eggdrop on Gentoo, so it might be a bit different I guess
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Fri Dec 07, 2007 8:22 pm
Then download the tarball from the main site.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
emokid
Voice
Posts: 22 Joined: Fri Dec 07, 2007 5:31 pm
Post
by emokid » Fri Dec 07, 2007 8:30 pm
Alchera wrote: Then download the tarball from the main site.
Well the main site was down, so I downloaded from your site:
http://www.ballarat.us/modules.php?name ... etit&lid=1
I got the latest version install and everything, but there's still no /usr in my eggbot directory
Alchera
Revered One
Posts: 3344 Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:
Post
by Alchera » Fri Dec 07, 2007 8:49 pm
I said
src .
eggdrop1.6.18/
src
eggdrops source files can be found in there.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
emokid
Voice
Posts: 22 Joined: Fri Dec 07, 2007 5:31 pm
Post
by emokid » Fri Dec 07, 2007 9:41 pm
Alchera wrote: I said
src .
eggdrop1.6.18/
src
eggdrops source files can be found in there.
Sorry, that was a typo...I meant src. /usr was a freudian slip
YooHoo
Owner
Posts: 939 Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast
Post
by YooHoo » Sat Dec 08, 2007 10:18 am
emokid wrote: Okay, I have a friend added to my bot userlist as the same access as me (owner). He wants to log onto the bot via private message, like by doing "/msg botnick login handle password" and be able to edit stuff like greet upon entering, actions (like if you say "botnick hit <person's name here>" the bot will do an action like "botnick hits <person's name here>"), and the channel's user access list so he can make the bot auto-op users he adds.
I don't know how feasible this is, but is it possible?
Refer to
your other post