This is what the script looks like now (if it helps): # CHANGE THIS VALUE TO YOUR NICKNAME PASSWORD # set nickpass "password" # CHANGE THIS VALUE TO THE NICKNAME OR ADDRESS OF NICKSERV # set nickserv "NickServ" # CHANGE THIS VALUE TO THE IDENTIFY COMMAND OF NICKSERV # set command...
Excellent stuff! :) It does work kinda (not your fault though). The thing is that on AstroLink you have to identify before you can set mode +x. :( So I have set the script so that it identifies first. And when the server sends the "password accepted" notice, the script sets mode +x. The pr...
OK, I created a script using your help and through reading other similar scripts. It now auto identfies and succesfully sets mode +x. But there's still one thing I want it to do but I don't know how. I want the script to set +inactive on all channels I'm on when loading the eggdrop. Then when it has...
By whois'ing myself. When mode +x is activated, it will not show my real hostname.
And you are right putquick doesn't change anything, I already tried that before making my post here.
I want my eggdrop to automatically identify with NickServ when it connects to the server (AstroLink in my case). I tried using this: proc evnt:init_server {type} { global botnick puthelp "PRIVMSG NickServ :identify <password>" putserv "MODE $botnick +x" } But it takes way too lon...
As my original post said, I have already tried that. Here's one thing I've been wondering about in the conf-file. set my-hostname "localhost" set my-ip "127.0.0.1" What exactly am I supposed to put in those as my outside IP is dynamic and changes now and then? Wouldn't the same t...
OK, I'll try to give as much info as possible. I connect to the internet through a Netgear RT314 (router) which is connected to my ADSL modem. I have two computers accessing the internet through this router: Workstation [Win XP SP1] with internal IP: 192.168.10.2 Server [Win 2K Pro SP4] with interna...
I don't know squat about TCL so I'm asking you guys for help. :( I'm looking for a script that will let me specify a certain nick on a certain server and channel (where the eggdrop resides of course), and have the eggdrop echo (say) what that specified nick says, into another channel on another netw...