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.

actions on connect

Old posts that have not been replied to for several years.
Locked
t
tuneman

Post by tuneman »

I want my bot to message someone when he connects to the irc server where must i insert the command??
it#s very important so he gets op automatically

and another question
does it give a flag or a setting that the bot gives voice to everyone joining the channel??

thx
User avatar
z_one
Master
Posts: 269
Joined: Mon Jan 14, 2002 8:00 pm
Location: Canada

Post by z_one »

To answer your first question.
Put this line in the .conf file to make the bot msg someone when it connects to the IRC
server (where $nick is the person you want to message).
set init-server { puthelp "PRIVMSG $nick :<your_message_goes_here>" }
<font size=-1>[ This Message was edited by: z_one on 2002-03-12 09:16 ]</font>
t
tuneman

Post by tuneman »

hmm could you exactly write it it doesn't work
the command is:
/msg Q@Cserve.quakenet.org auth login pass

and what can i do when the bot sets the flags around 1 minute after i join the channel I have already set the aop-delay to 0??
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Hi

Code: Select all

set init-server { puthelp "PRIVMSG Q@Cserve.quakenet.org :auth login pass" }
Yes, an auto-voice flag exists, but it will not voice _everyone_ who joins the channel, just the ones that are recognised by the bot (those who are added in the bot).
If you want him to auto-voice everyone, you need a script.



_________________
MaSsKilla

#eggdrop
Undernet

<font size=-1>[ This Message was edited by: masskilla on 2002-03-12 14:31 ]</font>
t
tuneman

Post by tuneman »

thx it works fine :wink:
Locked