mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2008
Posts: 6
D
DeKosta Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Jul 2008
Posts: 6
Hello

I am looking for ways of doing my IRC life a little easier.
Im wondering, Is it possible to do a script or something that enables me to:
(i am already connected to one server)
1) First start/connect to another/new server.
2) Change nick
3) /msg nickserv identify ******
4) /msg ****** invite ***** 2903429384230984
5) Join channel

That is the type of stuff i want to be able to do with One simple command or something like that.
Might add or remove some commands but you get the idea of what i wanna do..
I need to learn the basics and or IF its possible.

Thanks, didn't know what to search for.

Joined: Jul 2008
Posts: 6
H
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
H
Joined: Jul 2008
Posts: 6
well, if you want to connect to another server, then go:
/server -m <network> <port (usually 6667)> <pass> -i <nick> -j <chans>

eg.: /server -m irc.swiftirc.net 6667 ******* -i hohoho865 -j #archery #range etc.

idk what that /msg _____ invite _____ 2903429384230984 thing is but the above would work for the others

edit: also, if you want it to be in a script form so that it does that automaticly after you join one server, then you could do something like this:

Code:
on *:connect: {
if ($network == <network you connect to first>) {
/server -m <network> <port (usually 6667)> <pass> -i <nick> -j <chans>
}
}

Last edited by hohoho865; 30/07/08 02:52 AM.
Joined: Jul 2008
Posts: 6
D
DeKosta Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Jul 2008
Posts: 6
Thanks for your reply!
I need to message a bot to get invited everytime i want to join specific channels & give the bot a password to identify myself.
So that command must be before i join.

Last edited by DeKosta; 30/07/08 03:50 AM.

Link Copied to Clipboard