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.

Invite Script

Old posts that have not been replied to for several years.
Locked
[
[NarL]

Invite Script

Post by [NarL] »

Hello.

Just wondering has anyone made an invite script so you have to add user@ip or host?

Example

!add Seamus 81.65.8.8

Then for invite do

!invite Seamus

The bot would then say on channel

Seamus @ IP 81.65.8.8 has been verifed and invited to #chan

Something like that manybe?
User avatar
TALES
Halfop
Posts: 59
Joined: Sun Nov 09, 2003 8:45 am
Location: Netherlands
Contact:

Post by TALES »

eggdrop has an invite script in it the user must be in the userlist:
the user has to do the cmd him self to get invited to the channel
for info on cmd:

Code: Select all

/msg botnick help invite
will output a notice with something like this:

Code: Select all

/MSG botnick INVITE <password> <channel>
L
Lucky_Strike

Post by Lucky_Strike »

TALES wrote:eggdrop has an invite script in it the user must be in the userlist:
the user has to do the cmd him self to get invited to the channel
for info on cmd:

Code: Select all

/msg botnick help invite
will output a notice with something like this:

Code: Select all

/MSG botnick INVITE <password> <channel>
but for that the user must have the +o flag on the chan :(
is there another way?

THX
Lucky Strike
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

you could always rebind it to another flag

Code: Select all

unbind msg o invite *msg:invite
bind msg A invite *msg:invite
this would let anyone with the +A flag use invite
Locked