Group: Guest
Posts: 12,455
Joined: Mar 24 2008
Contact:
Offline PMPoints:
4,371.10
Yo, I was told to come to you when it came to IRC.
I was hoping you could help me with a few things to make my life easier when I start it up.
1) I'd like to not have to register my nick everytime I get on, I was wondering if there is some sort of command where when you sign on that server, you can input a nick/password every time you join it.
2) When I start up IRC, and I go and click my server and shit, I have to type /join #(chan name) like 5 times cause I chill in quite a few channels. Is there any way that I could have those set to a server so when I click it, it joins those channels?
Thats basically it, appreciate it for reading my wall of text.
Group: Members
Posts: 50,465
Joined: Mar 29 2008
Contact:
Offline PMPoints:
9,628.10
on *:start: {
/nick *putyournickhere*
/server irc.d2jsp.org
/timer 1 3 /msg nickserv identify *putyourpasshere*
}
on *:CONNECT: { if ($network = d2jsp) { /nick *putyournickhere* | /timer 1 5 /nickserv identify *putyourpasshere* } }
Group: Guest
Posts: 12,455
Joined: Mar 24 2008
Contact:
Offline PMPoints:
4,371.10
I should of probaly mentioned that this is HydraIRC and the server is like abc.swiftkit.net or something.
But, I will try those commands.