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.

Logging in via PM

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
e
emokid
Voice
Posts: 22
Joined: Fri Dec 07, 2007 5:31 pm

Logging in via PM

Post by emokid »

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?
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

Possible: Yes

Chances of someone writing all that code for you: Unlikely
e
emokid
Voice
Posts: 22
Joined: Fri Dec 07, 2007 5:31 pm

Post by emokid »

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 ?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

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
e
emokid
Voice
Posts: 22
Joined: Fri Dec 07, 2007 5:31 pm

Post by emokid »

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?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

eggdrop1.6.18/src

Kind of obvious actually.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
e
emokid
Voice
Posts: 22
Joined: Fri Dec 07, 2007 5:31 pm

Post by emokid »

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
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Then download the tarball from the main site. ;)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
e
emokid
Voice
Posts: 22
Joined: Fri Dec 07, 2007 5:31 pm

Post by emokid »

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 :cry:
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

I said src. :roll:

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
e
emokid
Voice
Posts: 22
Joined: Fri Dec 07, 2007 5:31 pm

Post by emokid »

Alchera wrote:I said src. :roll:

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
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Re: Logging in via PM

Post by YooHoo »

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
Post Reply