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.

invalid userfile

Old posts that have not been replied to for several years.
Locked
J
Jeffreii

Post by Jeffreii »

i tried linking some bots today and got this error:

<bot1> *** Linked to hubbot2
<bot1> [21:01] Downloading user file from hubbot2
<bot1> [21:01] Lost bot: hubbot2 (lost 2 bots and 1 user).
<bot1> *** Lost bot: hubbot2 (lost 2 bots and 1 user)
<bot1> [21:01] (Userlist download aborted.)

After this happened, the hub bot disconnected and the eggdrop process stopped./ I went to my command propmt and reloaded it with the eggdrop command and i got this error at the end of the load:

winident.tcl v1.2 - by FireEgl@EFNet <FireEgl@Windrop.cjb.net> - Loaded.
* Invalid userfile format.


now i can't start my bot because of this? what do i look for and what do i change? thanks- Jeff
J
Jeffreii

Post by Jeffreii »

i used the backup userfile to make it work again..no probs...but can someone tell me how this problem occured and what to do to make the bots link correctly without screwing up the userfile? thanks- Jeff
User avatar
Yourname
Master
Posts: 358
Joined: Mon Sep 24, 2001 8:00 pm
Location: Toronto

Post by Yourname »

I think there are 2 userfile formats, one is for the 1.3.* versions and the 1.6.* versions. It's a completely new userfile format for 1.6.*, so if you use a userfile which were used for 1.3.* eggdrops, you get that error.

To rectify it go to the scripts directory and type 'tclsh weed':

Code: Select all

bash-2.05$ tclsh8.2 weed

Usage: weed <userfile> [options]
  (weeds out users from an eggdrop userlist)
Output goes to <userfile>.weed
Possible options:
  -<nick>        exempt this user from weeding
  ^o  ^m  ^f     exempt ops or masters or friends
  ^co ^cm ^cf    exempt chanops or chanmasters or chanfriends
  ^cn            exempt chanowner
  ^p  ^x         exempt party-line or file-area users
  ^b             exempt botnet master
  +<days>        weed: haven't been seen in N days
  :n             weed: haven't EVER been seen
  :eek:  :m         weed: ops or masters with no password set
  :a             weed: anyone with no password set
  o   m          unop/unmaster: ops or masters with no pass.
  b<days>        weed: bans not used in N days
  i<days>        weed: ignores created over N days ago
  =<chan>        weed: channels no longer supported
  c              convert v3 eggdrop userfile

bash-2.05$
Pay attention to the last line, thats what's gonna help you out.

Happy 'weeding' :smile:


Dormant egghead.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

its got nothing to do with that. the hub crashed while accessing the userfile, and corrupted it. thats what you get for using windows. use the backup userfile
Locked