Hi, I am fairly new to TCL Scripting and I'm looking to need a TCL Script that does the following with the eggdrop bot. Since I run the server that I have Eggy on, I am thinking of giving Eggy an o:line so that it can be in unlimited channels. What I want to have eggy doing on connect or reconnect if he crashed for some reason is to:
Then afterwards continue with joining the channels it sits in. Purpose of it is also to hide Eggy's IP from those that could ping flood it off. Any help would be appreciated.
Btw, the chghost and chgident are for changing other people host and ident and to change yours is sethost and setident.
Okay, I just checked my server and it does also have /SETHOST and /SETIDENT, but don't need to include the nick that is being changed in it. Also, when /SETHOST is being used, it also does +x with it so that the +x part isn't needed.
Anyway, is the last part [putserv "SETIDENT newbotnick"] or is it [putserv "SETIDENT $::newbotnick"] because I happen to notice that a "$::" is missing in that one line.
Yes I know that the sethost adds you the +x, also I know that I haven't added the $:: to the newbotnick because in your original request you've said: "/chgident $botnick newbotnick" so.. Anyway, I've added all the parts of what you asked because you've asked them to be there.
Once the game is over, the king and the pawn go back in the same box.
caesar wrote:Yes I know that the sethost adds you the +x, also I know that I haven't added the $:: to the newbotnick because in your original request you've said: "/chgident $botnick newbotnick" so.. Anyway, I've added all the parts of what you asked because you've asked them to be there.
Hi, I apologize for taking a long time to respond, but I got busy recently and then helping someone link up with my small irc network. Anyway, where in the eggdrop.conf file do I put this script so that I can try it.