mIRC Home    About    Download    Register    News    Help

Print Thread
#145240 20/03/06 10:43 PM
Joined: Mar 2006
Posts: 5
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Mar 2006
Posts: 5
I think I got banned...

when i double click in background it says
"* /lusers: not connected to server"


the server is #sk8videos

can anyone help me?
i wanna go on that server again...

#145241 20/03/06 11:04 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
You need to know the server address, and then use /server irc.server.here. If you're banned from that network it will tell you so when you connect.

The channel name is irrelevant, the same channel name can exist on every IRC network that exists (which is hundreds).

Regards,


Mentality/Chris
#145242 20/03/06 11:15 PM
Joined: Mar 2006
Posts: 5
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Mar 2006
Posts: 5
server is

irc.highway.net
#sk8videos


and


* Connect retry #3 #sk8videos (6667)
-
* Unable to resolve server

Last edited by SiXsHooT; 20/03/06 11:17 PM.
#145243 20/03/06 11:30 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Although I don't get that particular error message when trying to connect to that address, I do get 'Connection refused'. I bet there's something wrong with the server. It does not mean you're banned.

I would imagine that in this case it's purely a matter of waiting 1-2 days and then trying the server again. I tried some other things (connecting to the IP address and changing the connecting port) and it didn't work for me still, but feel free to try too.

Regards,


Mentality/Chris
#145244 20/03/06 11:55 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
#sk8videos would be a channel on that network, not a server address, which is why it can't resolve the address.

#145245 20/03/06 11:58 PM
Joined: Mar 2006
Posts: 5
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Mar 2006
Posts: 5
yesterday i was on that server...
and my friend is on that server right now...

#145246 21/03/06 12:00 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
Oh, well spotted RusselB.

Sixshoot, you need to connect to the server address, not the channel name. For example, /server irc.highway.net. Hope it works for you.

If it connects you can then use /join #sk8videos.

Regards,


Mentality/Chris
#145247 21/03/06 12:15 AM
Joined: Mar 2006
Posts: 5
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Mar 2006
Posts: 5
its not working...
i tryed /server irc.highway.net and its not working...


oh well i will try tomorrow...
anyway THANKS guys,lot...

#145248 21/03/06 12:31 AM
Joined: Sep 2003
Posts: 170
M
Vogon poet
Offline
Vogon poet
M
Joined: Sep 2003
Posts: 170
hah! i knew i had seen that network somewhere else...
the correct name is
/server irc.irchighway.net

hope it helps wink


Be nice to nerds. Chances are you'll end up working for one.
#145249 21/03/06 12:50 AM
Joined: Mar 2006
Posts: 5
S
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
S
Joined: Mar 2006
Posts: 5
it helps,now i can connect to irc.irchighway.net but i cant on #sk8videos... smile

#145250 21/03/06 01:06 AM
Joined: Sep 2003
Posts: 170
M
Vogon poet
Offline
Vogon poet
M
Joined: Sep 2003
Posts: 170
after you connect to /server irc.irchighway.net you have to type (in any window, but my guess is that you will only have the status window open so far) /join #sk8videos... i didn't have any problems joining the room, and they do not require a registered nickname to join...

hope it helps wink


Be nice to nerds. Chances are you'll end up working for one.
#145251 25/03/06 12:09 PM
Joined: Mar 2006
Posts: 1
A
Mostly harmless
Offline
Mostly harmless
A
Joined: Mar 2006
Posts: 1
Can someone type in an alias to me that will log everything people say with my nick included in the sentence in a channel that I am in?

ie: If i am in #5fm and someone sais "hello aequitas, how are u doing" it will copy that message and paste it into the "logging window" ...

...?

Thanx for your time;)


Laterz...

#145252 25/03/06 12:18 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
on *:text:*:#5fm:{
if ($me isin $1-) { write " $+ $mircdir loggedtext.txt $+ " $nick said on $chan -> $1- }
}


This will write to a text file in your mircdir named: loggedtext

The code goes to remote, make shure you dont have any "on *:text:" abow the code.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard