Change home page for Chatzilla

Composer, ChatZilla and other Mozilla applications, along with Netscape, Galeon, K-Meleon and other products.
Post Reply
slimshady26
Posts: 25
Joined: December 29th, 2006, 4:40 pm

Change home page for Chatzilla

Post by slimshady26 »

Is there any way to modify the home page that shows up when you open up Chatzilla?

For example, in the list of servers, can I add an additional server (such as UICN) ?

Thanks.
User avatar
Euchre
Posts: 2804
Joined: April 16th, 2006, 12:48 pm

Re: Change home page for Chatzilla

Post by Euchre »

I'm not sure how to change the 'page' loaded in the first tab when you run ChatZilla, but I'm sure if I can find the correct file I can point you to it. Meanwhile...

To add to or remove the networks offered, create a networks.txt file in your profile folder, in the chatzilla sub-folder. It should follow a format like this:

Code: Select all

START <Array>
   START 0
      "name" "irc.somechatserver.org"
      "displayName" "Some Chat Server"
      START <Array> servers
         START 0
            "hostname" "irc.somechatserver.org"
            "port" 6667
         END
      END
   END
   START 1
      "name" "irc.someotherchatserver.com"
      "displayName" "Some Other Chat Server"
      START <Array> servers
         START 0
            "hostname" "irc.someotherchatserver.com"
            "port" 6667
         END
      END
   END
   START 2
      "name" "dalnet"
      "isDeleted" true
   END
   START 3
      "name" "efnet"
      "isDeleted" true
   END
END
Gecko
One Rendering Engine to rule them all.
Post Reply