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.

No longer supporting channel #Announce [SOLVED]

General support and discussion of Eggdrop bots.
Post Reply
O
OzMan
Voice
Posts: 5
Joined: Thu Jan 15, 2009 1:35 am

No longer supporting channel #Announce [SOLVED]

Post by OzMan »

Hi all,

Having an issue with my bot

Starts fine and joins the desired irc network but getting this error on startup
Eggdrop v1.6.20+RC1 (C) 1997 Robey Pointer (C) 2010 Eggheads
[07:05:29] --- Loading eggdrop v1.6.20+RC1 (Sat Jul 10 2010)
[07:05:29] Listening at telnet port #### (all).
[07:05:29] Module loaded: blowfish
[07:05:29] Module loaded: dns
[07:05:29] Module loaded: channels
[07:05:29] Module loaded: server
[07:05:29] Module loaded: ctcp
[07:05:29] Module loaded: irc
[07:05:29] Module loaded: notes (with lang support)
[07:05:29] Module loaded: console (with lang support)
[07:05:29] Module loaded: uptime
[07:05:29] Tracker announce script by kami loaded
[07:05:29] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[07:05:29] use '.help userinfo' for commands.
[07:05:29] No longer supporting channel #Announce
[07:05:29] Userfile loaded, unpacking...
[07:05:29] === AnnounceB: 0 channels, 1 users.
Launched into the background (pid: 8648)
This is what is in the conf file

Code: Select all

   channel add #Announce {
     chanmode "+nt"
   }
The config file is one I copied over from 1.6.19ctcp patched, has there been some changes made within the conf file between the two different versions?

Thanks in advance
Last edited by OzMan on Sat Jul 10, 2010 3:22 am, edited 1 time in total.
User avatar
username
Op
Posts: 196
Joined: Thu Oct 06, 2005 9:20 am
Location: Russian Federation, Podolsk
Contact:

Post by username »

Read here http://eggwiki.org/1.6.20 about known bugs.
The static channels you added (in your configfile) will be deleted. To prevent that, open your chanfile and replace all "channel set" with "channel add" before starting RC1.
Архив TCL скриптов для ботов Eggdrop/Windrop:
http://egghelp.ru/
O
OzMan
Voice
Posts: 5
Joined: Thu Jan 15, 2009 1:35 am

Post by OzMan »

Many thanks, worked

For those looking for the chanfile its botname.chan
Post Reply