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.
Old posts that have not been replied to for several years.
[
[NarL]
Post
by [NarL] » Tue Dec 30, 2003 5:34 pm
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?
TALES
Halfop
Posts: 59 Joined: Sun Nov 09, 2003 8:45 am
Location: Netherlands
Contact:
Post
by TALES » Tue Dec 30, 2003 8:19 pm
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:
will output a notice with something like this:
Code: Select all
/MSG botnick INVITE <password> <channel>
L
Lucky_Strike
Post
by Lucky_Strike » Sat Jun 05, 2004 12:58 pm
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:
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
greenbear
Owner
Posts: 733 Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway
Post
by greenbear » Sat Jun 05, 2004 2:46 pm
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