Points of Required Attention™
Please chime in on a proposed restructuring of the ROM hacking sections.
Views: 88,509,866
Main | FAQ | Uploader | IRC chat | Radio | Memberlist | Active users | Latest posts | Calendar | Stats | Online users | Search 05-02-24 02:56 AM
Guest: Register | Login

0 users currently in General Chat | 5 guests

Main - General Chat - IRC Servers 2 New thread | New reply

Pages: 1 2 3

Xkeeper
Posted on 07-11-07 06:10 AM Link | Quote | ID: 53810


Level: 105

Posts: 2561/2846
EXP: 12033672
Next: 228588

Since: 02-19-07

Last post: 6065 days
Last view: 2803 days
If you were considering leaving #rom-hacking, this is a good excuse.

We'd also need the ports you can connect on, otherwise it's useless to just say "not 6667" -- who says they don't block many others?

Also, on ething about being on our own network, is that we have our own rules; for exapmle you can bring on any bot without having to worry about breaking some arbitrary rule (like here).

____________________
I dealt with it.

misterj
Posted on 07-11-07 06:24 AM Link | Quote | ID: 53812


Flurry
Level: 37

Posts: 240/259
EXP: 330364
Next: 7889

Since: 02-19-07

Last post: 4937 days
Last view: 4877 days
what's unstable about djbouche net? it never had any problems on it to my knowledge, and it's juts one server so netsplits... wouldn't happen.


but if people want to revive emunet, then that's probably the best thing to do.

Drag
Posted on 07-11-07 06:32 AM Link | Quote | ID: 53816


Spike
Dragon
Level: 57

Posts: 621/705
EXP: 1483643
Next: 2285

Since: 02-19-07
From:

Last post: 3933 days
Last view: 3933 days
I have been considering leaving #rom-hacking... like, if I ever had to choose a community, I'd pick this one. I don't want to leave #rom-hacking though, because a few people in there are cool... but a few are just meh. The rest are idle. But yeah, if I absolutely can't stand being on two servers, I'll leave it. My only thing with that is if they actually do switch servers, I won't know where.

Warning, somewhat off topic content below, but pertaining to the topic anyway:

Basically, when I connect my computer to GMU's network, I need to log in before I can access the internet. Before the server will present me with the login screen (I basically just open [browser of choice], and instead of going to google.com or whatever I try to go to, it gives me a login page. I don't need to login often, just when the server resets or whatever, and that doesn't happen often. This is more for people who use laptops and the school's wireless network.), I need to run a scanner that checks to make sure I have the correct antivirus software installed, and that I don't have viruses and etc.

Afterwards, it asks me what degree of security I want. I usually choose "secure", but that seems to impose a firewall that I can't configure or anything. I'm thinking "not secure" will disable that firewall, I emailed them about this, and they said that choosing "not secure" will allow communication on the ports I can't access currently.



Anyway, at school, I'm able to connect to esper.net when I'm not using port 6667. So for example, irc.esper.net:6667 just times out no matter what, but irc.esper.net:5555 works fine, and so does irc.esper.net:6668. I've tested this at school before I got out for summer, so I know it worked.




Anyone still reading?

Anyway, being on our own network might be nice, but I feel comfortable on espernet, because there are multiple servers just in case one goes down, and they have a lot of staff, just in case something goes wrong. This was just a strange occurance, I guess, because every time I've had to go into dragonweyr, they gave me a response within a few minutes. It may be 10 minutes tops, but they never took an hour to respond.

____________________

Ailure
Posted on 07-11-07 06:45 AM Link | Quote | ID: 53820

Hats
Steam Board2 group
Level: 121

Posts: 1065/3965
EXP: 19788042
Next: 268654

Since: 02-19-07
From: Sweden, Skåne

Last post: 3307 days
Last view: 2058 days
I'm in three diffrent servers, and I join all of them manually. It's not much of a effort.

____________________
AIM: gamefreak1337, MSN: Emil_sim@spray.se, XMPP: ailure@xmpp.kafuka.org


Bloodstar
Posted on 07-11-07 07:02 AM (rev. 2 of 07-11-07 07:26 AM) Link | Quote | ID: 53823


Red Cheep-cheep
Level: 33

Posts: 152/201
EXP: 225860
Next: 3319

Since: 02-19-07
From: Philadelphia, PA

Last post: 4452 days
Last view: 4450 days
I have a script set up to join multiple servers, and the channels I go to upon merely loading mIRC. If you're curious, here's how to set it up: (Example script)

on 1:START: {  
/servers
}

The /servers script is:

/SERVERS {
/nick Bloodstar ;(resets nick)
/server irc.initialized.org -j #PureZC,#suburbia,#zcf
/server -m irc.esper.net -j #rohmacking,#samus.co.uk
/server -m irc.deltaanime.net -j #clownphobia
}


The on 1:START portion goes in Remote, and the /servers portion goes in Aliases.

____________________
There's nothing meaningful to put here anymore. Sigh.


Xkeeper
Posted on 07-11-07 07:07 AM Link | Quote | ID: 53824


Level: 105

Posts: 2563/2846
EXP: 12033672
Next: 228588

Since: 02-19-07

Last post: 6065 days
Last view: 2803 days
Mine (well, my bot's):

on 1:START:{
/timestamp -f 11HH12nn02ss>
/server irc.esper.net
}
on 1:CONNECT:{
if ( esper.net isin $server ) {
/tnick Tina_
/tnick Tina
/id
/join #rohmacking
/join #x
/set %ch #x

; /startbot
/timer 0 1 /testsock
}
}
Granted, I have more blocks in my "real" client, but this gives you an idea of what it is. The /timestamp command sets my color timestamp automatically, so that I don't have to manually fix it.

____________________
I dealt with it.

Ailure
Posted on 07-11-07 07:17 AM Link | Quote | ID: 53828

Hats
Steam Board2 group
Level: 121

Posts: 1067/3965
EXP: 19788042
Next: 268654

Since: 02-19-07
From: Sweden, Skåne

Last post: 3307 days
Last view: 2058 days
Looks like something the following for my bot. I hate locking myself into scripts that is only used by one application that I might even abonden eventually. Though I probably should add a proper startup script eventually.
    public static void main(String[] args) {
Cats bot = new Cats();
bot.setVerbose(true);
try {
bot.connect("irc.esper.net");
} catch (IOException ex) {
ex.printStackTrace();
} catch (IrcException ex) {
ex.printStackTrace();
}
bot.joinChannel("#rohmacking");
bot.sendRawLine(" IDENTIFY *censored*");
}


____________________
AIM: gamefreak1337, MSN: Emil_sim@spray.se, XMPP: ailure@xmpp.kafuka.org


Kles
Posted on 07-11-07 11:07 AM Link | Quote | ID: 53859


Level: 75

Posts: 1185/1301
EXP: 3719111
Next: 107793

Since: 02-19-07
From: Canada

Last post: 5488 days
Last view: 5482 days
Why not use the same server that #nesvideos is on? It seems to be pretty bloody stable.

Xkeeper
Posted on 07-11-07 11:23 AM Link | Quote | ID: 53871


Level: 105

Posts: 2570/2846
EXP: 12033672
Next: 228588

Since: 02-19-07

Last post: 6065 days
Last view: 2803 days
I don't like Freenode, for a variety of reasons.

____________________
I dealt with it.

Ailure
Posted on 07-11-07 11:25 AM Link | Quote | ID: 53872

Hats
Steam Board2 group
Level: 121

Posts: 1072/3965
EXP: 19788042
Next: 268654

Since: 02-19-07
From: Sweden, Skåne

Last post: 3307 days
Last view: 2058 days
Besides it might be preferred with a IRC network where people from this community have control than random people who don't care at all. Besides we kinda got the ball rolling now about it heh. >>

____________________
AIM: gamefreak1337, MSN: Emil_sim@spray.se, XMPP: ailure@xmpp.kafuka.org


blackhole89
Posted on 07-11-07 02:09 PM Link | Quote | ID: 53895


The Guardian
Moloch whose eyes are a thousand blind windows!
Level: 124

Posts: 271/4196
EXP: 21542663
Next: 293938

Since: 02-19-07
From: Ithaca, NY, US

Last post: 477 days
Last view: 89 days



If it's for the EmuNET train again, I'm in. Just hope that ambiguous port 6667 system policy of my provider doesn't become much of a problem...

____________________



Lex Luthor
Posted on 07-11-07 03:29 PM Link | Quote | ID: 53900


Red Cheep-cheep
Level: 34

Posts: 168/211
EXP: 242002
Next: 11649

Since: 04-07-07

Last post: 6077 days
Last view: 6076 days
IRC Drama, damn.
Seriously, the only reason I go on EsperNet is for one of my friends really.
I mean her boyfriend is my friend and all but if she wasn't there I probably wouldn't get on EsperNet. That and I came for #rohmacking when I discovered it and I was like "lol win" or something.

But I connect to multiple servers sometimes and it's not a big bother for me, so wherever you guys want to move.

But if I get drunk off of internet drama or lulz I'll probably get myself banned from the network for doing something stupid like saying "EVERYONE IS NOT LAPTUNA YOUR THREATS IT'S STUPID BOTSBOTSBOTS"

Xkeeper
Posted on 07-12-07 01:34 AM Link | Quote | ID: 53986


Level: 105

Posts: 2578/2846
EXP: 12033672
Next: 228588

Since: 02-19-07

Last post: 6065 days
Last view: 2803 days
Whelp, I got disconnected randomly and now Tina's banned, so time for proxy fun...

I can't wait until we can get off EsperNet

____________________
I dealt with it.

Metal_Man88
Posted on 07-12-07 01:40 AM Link | Quote | ID: 53988


Level: 48

Posts: 379/458
EXP: 776848
Next: 46695

Since: 02-19-07
From: The Void

Last post: 3036 days
Last view: 3036 days
irc.sorcery.net! irc.sorcery.net!

I know an IRCOp and everything. It would be easy to make sure you guys are able to do your stuff there.

Although, Dorksnet is even more stable, so that'd be a good choice too...

I always hated espernet anyway. Guess why I never came into the room so often?

Xkeeper
Posted on 07-12-07 02:20 AM Link | Quote | ID: 53999


Level: 105

Posts: 2580/2846
EXP: 12033672
Next: 228588

Since: 02-19-07

Last post: 6065 days
Last view: 2803 days
SorceryNet is generally roleplaying-themed

____________________
I dealt with it.

Electrometer Prime
Posted on 07-12-07 04:36 PM Link | Quote | ID: 54171


Red Cheep-cheep
Level: 35

Posts: 112/221
EXP: 260353
Next: 19583

Since: 02-21-07

Last post: 4453 days
Last view: 4451 days
A rom hacking channel in a roleplaying server....

Man, that would be interesting.

____________________

Kattwah
Posted on 07-12-07 04:40 PM Link | Quote | ID: 54172


Fuzzy
Level: 60

Posts: 689/778
EXP: 1719949
Next: 52829

Since: 02-19-07

Last post: 2495 days
Last view: 1657 days
Posted by Electrometer Prime
A rom hacking channel in a roleplaying server....

Man, that would be interesting.
QUICK, BREAK OUT THE BINARY SWORDS

____________________
A big shoutout to Vyper for this

Thexare Blademoon
Posted on 07-12-07 07:48 PM Link | Quote | ID: 54185


Cheep-cheep
Level: 32

Posts: 164/180
EXP: 191395
Next: 15047

Since: 02-19-07

Last post: 5970 days
Last view: 5963 days
Posted by Electrometer Prime
A rom hacking channel in a roleplaying server....

Man, that would be interesting.
There's a D&D class that's perfect for that.

The Hexblade.

... ok, so it's not that kind of hex, but still...

Ailure
Posted on 07-12-07 08:39 PM Link | Quote | ID: 54201

Hats
Steam Board2 group
Level: 121

Posts: 1085/3965
EXP: 19788042
Next: 268654

Since: 02-19-07
From: Sweden, Skåne

Last post: 3307 days
Last view: 2058 days
I'm not sure if a hexagon shaped sword is really that useful.

____________________
AIM: gamefreak1337, MSN: Emil_sim@spray.se, XMPP: ailure@xmpp.kafuka.org


Thexare Blademoon
Posted on 07-12-07 08:49 PM Link | Quote | ID: 54208


Cheep-cheep
Level: 32

Posts: 165/180
EXP: 191395
Next: 15047

Since: 02-19-07

Last post: 5970 days
Last view: 5963 days
Class, not weapon, Ailure.
Pages: 1 2 3


Main - General Chat - IRC Servers 2 New thread | New reply

Acmlmboard 2.1+4δ (2023-01-15)
© 2005-2023 Acmlm, blackhole89, Xkeeper et al.

Page rendered in 0.027 seconds. (324KB of memory used)
MySQL - queries: 72, rows: 100/101, time: 0.017 seconds.