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.

bot wont join channel

General support and discussion of Eggdrop bots.
Post Reply
r
realmadrid_rocks
Voice
Posts: 3
Joined: Fri Mar 09, 2007 1:54 pm

bot wont join channel

Post by realmadrid_rocks »

hi,i have been trying for days now to make eggdrop join a channel but it wouldnt.it would just be connected to server but wont join channel and neither will it allow dcc.please help me,as i added a botnet service to it(storm bot) and it worked fine.but not without it.any help would be appreciated.thanks.
am using eggdrop 1.6.18 its windrop version.
thanks.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
r
realmadrid_rocks
Voice
Posts: 3
Joined: Fri Mar 09, 2007 1:54 pm

Post by realmadrid_rocks »

i have this in my config file
# Here is a shorter example:
#
# channel add #botcentral {
# chanmode "+mntisl 1"
# idle-kick 1
# }
# channel set #botcentral +bitch +enforcebans -greet +revenge

it accepts my dcc now,logs me in too but im not being able to make it join a channel. help please.thank you.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

.+chan #channel
(Visit Alchera's links)
C
Callisto
Halfop
Posts: 86
Joined: Sun Mar 13, 2005 11:04 am

Post by Callisto »

[quote="realmadrid_rocks"]i have this in my config file
# Here is a shorter example:
#
# channel add #botcentral {
# chanmode "+mnstl 1"
# idle-kick 1
# }
# channel set #botcentral +bitch +enforcebans -greet +revenge

it accepts my dcc now,logs me in too but im not being able to make it join a channel. help please.thank you.[/quote

change that part to

Code: Select all


   channel add #botcentral {
     chanmode "+nt "
     idle-kick 1
   }
   channel set #botcentral +bitch +enforcebans -greet +revenge
Good luck
r
realmadrid_rocks
Voice
Posts: 3
Joined: Fri Mar 09, 2007 1:54 pm

Post by realmadrid_rocks »

ok another problem creeped in after i made it join through .+chan #channelname
since my ip changes if i turn my modem off and then back on,it is not allowing to dcc me..i mean dcc is not being accepted,it gets stuck on waiting for authorisation.what to do now?
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Login to partyline via telnet, and add a hostmask to your handle that you know won't change (e.g. something like *!user@xx.xx.xx.*).
Post Reply