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.
General support and discussion of Eggdrop bots.
-
Woeka
- Voice
- Posts: 2
- Joined: Sat Mar 14, 2009 8:57 am
Post
by Woeka »
I'm trying to connect to a IRC channel with a key.
this is in my conf:
channel add #TAFT {
need-key { putserv "PRIVMSG #TAFT :passwrd" }
}
this results into the following msg when eggdrop is trying to connect:
[14:54] [!m] JOIN #TAFT
[14:54] [m->] JOIN #TAFT
[14:54] Adding penalty: 3
[14:54] [@] server.net 475 TAFTbot #TAFT :Cannot join channel (+k)
[14:54] [!s] PRIVMSG #TAFT passwrd
[14:54] [s->] PRIVMSG #TAFT passwrd
[14:54] Adding penalty: 2
[14:54] [@] server.net 404 TAFTbot #TAFT :No external channel messages (#TAFT)
Is there a solution for my problem? I can connect to the channel when the key isn't set.
-
willyw
- Revered One
- Posts: 1203
- Joined: Thu Jan 15, 2009 12:55 am
Post
by willyw »
Woeka wrote:I'm trying to connect to a IRC channel with a key.
this is in my conf:
channel add #TAFT {
need-key { putserv "PRIVMSG #TAFT :passwrd" }
}
....
Is there a solution for my problem? I can connect to the channel when the key isn't set.
Try entering this on the commandline in partyline:
Code: Select all
.chanset need-key putserv "join #TAFT password"
-
Woeka
- Voice
- Posts: 2
- Joined: Sat Mar 14, 2009 8:57 am
Post
by Woeka »
ah tnx, now I also get the whole scripting thing better