Clicky

Jump to content
Firefox Breed

[Ordo] Communications Manual

Recommended Posts

The Ordo Imperalis is a multi game community. Being such a community requires use of communication assets. This post will serve as a central area where need to know information about such assets will be consolidated.

 

 

IRC

Server Info:

irc.ordoimperialis.com (port 6667)

 

 

What to do FIRST:

-Register your nickname with Nickserv: /msg nickserv register password email

-Check your spam box, e-mail will probably be in there. 

-Join #Ordo (this should be automatic.)

-READ THE TOPIC!

Optional:

Register your own personal host name: ex: /msg hostserv request Inoue.Administratio.OrdoImperialis.com

Things to know:

Do NOT use Mibbit! It puts your real host in the real name!

ID to nickserv before joining a public channel!

Officers will be able to OK virtual host names.

ALL host names are protected by default, they will be Ordo-randomstuff.realisp.tld

All vhosts need to be either Ordo or pony related.

#Ordo is the main channel, it will be auto joined

There are IRC Services in place.

The current available services bots are:

  • Chanserv
  • Nickserv
  • Hostserv
  • Memoserv
You can get commands available to you by typing /msg <botname> help

Chanserv and nickserv are the most frequently used.

Only register your main nick, do not bother with every form of AFK addition you can think of, this is unneeded and will only lead to problems.

ROE:

Normal Ordo standards and regulations apply

Handy mIRC stuff:

Remote script:

On 1:connect:{

if ($network == OrdoNet) {

msg nickserv identify password

join #Ordo

join #whatever

}

}

Topic change notifier .. just because it *might* contain useful info =p

Remote:

On *:join:#:{

if ($nick == $me) {

.timer 1 5 topiccheck $chan

}

}

 Alias(with colour codes):

topiccheck {

if ($chan($$1).topic != %topic. [ $+ [ $1 ] ]) {

echo -at 3 $+ $$1 9Topic has changed since last time!

echo -at 10Old topic: %topic. [ $+ [ $1 ] ]

echo -at 9New topic: $chan($1).topic

%topic. [ $+ [ $1 ] ] = $chan($1).topic

}

}

And it will go:

[20:54:07] #Ordo Topic has changed since last time!

[20:54:07] Old topic: test

[20:54:07] New topic: [Ordo Imperialis] http://forums.ordoimperialis.com - PS2 Ops FRI 6PM / SAT 630 | Please register your nick(again)

Don't put the nickserv stuff in your on perform unless it is restricted to a network.

 

 

TEAMSPEAK 3

 

Server info:

ts.ordoimperialis.com

No port/pass. Obvious nicknames are prefered.

 

You need to be using push to talk, voice activation is disabled server side.

 

Setup guide for n00bs:

Download the TeamSpeak3 client for your Operating System (Windows/Mac OS X/Linux) here:

www.teamspeak.com

Click the big button on the right of the website’s page that says FREE DOWNLOAD, it automatically detects what client you should download.

 

Once you have downloaded the Client, Install it.

 

Open the Client from the Shortcut on the Start Menu or Desktop.

 

You will see the Setup Wizard. Click Next>

TeamSpeak3.jpg

Enter Your Desired Nickname and click Next>

Teamspeak4.jpg

You can choose between Voice Activation Detection or Push-To-Talk. Choose Push-To-Talk, you need to click the button that says No Hotkey Assigned, then click your chosen key on the keyboard. You should now see the button name changed to the name of the key you chose. It will give you and error if the key you have chosen is already assigned for some other purpose on your keyboard, in which case you should choose a different key. After you have made the selection for this step click Next>

TeamSpeak5.jpg

You can Click Test Voice to test you microphone, the response area will go green if it is working properly. Check the volume of your microphone in the sound settings of your computer in case you don’t see it go green. In case you do not have a microphone or you cannot get it to work properly, you can use text chat instead. Click Next>

TeamSpeak6.jpg

On the next screen, you will see an option to assign keyboard or mouse keys to Mute your Microphone and/or Speakers. You can do this in the same way as you assigned the key for Push-To-Talk above if you like.Then, Click Next>

TeamSpeak7.jpg

Congratulations! You are done with the setup, you can now Click Finish.

TeamSpeak8.jpg

Now to join our Server, Click Connect on the Connections Menu in the top left corner and enter the following settings:

Connect Box

Address: ts.ordoimperialis.com

Port:

Password:

Click the Connect Button.

 

You can Bookmark the server for easy access so that you do not have to enter the connection details every time.Click Bookmarks > Add to Bookmarks > then either edit the information or click Ok.

 

Congratulations! You have successfully downloaded, installed and configured TeamSpeak 3 on you computer.

You will see a list of channels but no users on first connect. Please wait in the top channel until a admin gives you server permissions. Until that happens, you will be unable to move or see anyone else in the server.

(Firefox's Old Version)

The Ordo Imperalis is a multi game community. Being such a community requires use of communication assets. This post will serve as a central area where need to know information about such assets will be consolidated.

 

 

IRC

Ordo now has an IRC server

server info:

irc.ordoimperialis.com (port 6667)

What to do FIRST:

-Register your nickname with Nickserv: /msg nickserv register password email

-Check your spam box, e-mail will probably be in there. (intus do we have an smtp server that is ok to use for ordoimperialis.com ?)

-join #Ordo (this is done for you =p)

-READ THE TOPIC

Optional:

register your own personal host name: ex: /msg hostserv request Inoue.Administratio.OrdoImperialis.com

Things to know:

Officers will be able to OK virtual host names.

ALL host names are protected by default, they will be Ordo-randomstuff.realisp.tld

All vhosts need to be either Ordo or pony related.

#Ordo is the main channel, it will be auto joined

ID to nickserv before joining a public channel!

Do NOT use Mibbit! It puts your real host in the real name!

There are IRC Services in place.

The current available services bots are:

  • Chanserv
  • Nickserv
  • Hostserv
  • Memoserv
You can get commands available to you by typing /msg <botname> help

Chanserv and nickserv are the most frequently used.

Only register your main nick, do not bother with every form of AFK addition you can think of, this is unneeded and will only lead to problems.

ROE:

Its our own server so normal Ordo standards and regulations apply

Handy mIRC stuff (because thats where I started scripting =p):

Remote script:

 

 

 

On 1:connect:{

if ($network == OrdoNet) {

msg nickserv identify password

join #Ordo

join #whatever

}

}

Topic change notifier .. just because it *might* contain useful info =p

Remote:

 

On *:join:#:{

if ($nick == $me) {

.timer 1 5 topiccheck $chan

}

}

Alias(with colour codes):

topiccheck {

if ($chan($$1).topic != %topic. [ $+ [ $1 ] ]) {

echo -at 3 $+ $$1 9Topic has changed since last time!

echo -at 10Old topic: %topic. [ $+ [ $1 ] ]

echo -at 9New topic: $chan($1).topic

%topic. [ $+ [ $1 ] ] = $chan($1).topic

}

}

And it will go:

[20:54:07] #Ordo Topic has changed since last time!

[20:54:07] Old topic: test

[20:54:07] New topic: [Ordo Imperialis] http://forums.ordoimperialis.com - PS2 Ops FRI 6PM / SAT 630 | Please register your nick(again)

Don't put the nickserv stuff in your on perform unless it is restricted to a network.

 

 

TEAMSPEAK 3

Download the TeamSpeak3 client for your Operating System (Windows/Mac OS X/Linux) here: www.teamspeak.com

Click the big button on the right of the website’s page that says FREE DOWNLOAD, it automatically detects what client you should download.

 

Once you have downloaded the Client, Install it.

 

Open the Client from the Shortcut on the Start Menu or Desktop.

 

You will see the Setup Wizard. Click Next>

TeamSpeak3.jpg

Enter Your Desired Nickname and click Next>

Teamspeak4.jpg

You can choose between Voice Activation Detection or Push-To-Talk. Choose Push-To-Talk, you need to click the button that says No Hotkey Assigned, then click your chosen key on the keyboard. You should now see the button name changed to the name of the key you chose. It will give you and error if the key you have chosen is already assigned for some other purpose on your keyboard, in which case you should choose a different key. After you have made the selection for this step click Next>

TeamSpeak5.jpg

You can Click Test Voice to test you microphone, the response area will go green if it is working properly. Check the volume of your microphone in the sound settings of your computer in case you don’t see it go green. In case you do not have a microphone or you cannot get it to work properly, you can use text chat instead. Click Next>

TeamSpeak6.jpg

On the next screen, you will see an option to assign keyboard or mouse keys to Mute your Microphone and/or Speakers. You can do this in the same way as you assigned the key for Push-To-Talk above if you like.Then, Click Next>

TeamSpeak7.jpg

Congratulations! You are done with the setup, you can now Click Finish.

TeamSpeak8.jpg

Now to join our Server, Click Connect on the Connections Menu in the top left corner and enter the following settings:

Connect Box

Address: ts.ordoimperialis.com

Port:

Password:

Click the Connect Button.

You will see a list of channels but no users. Please wait in the top channel until a admin gives you server permissions. Until that happens, you will be unable to move or see anyone else in the server.

You can Bookmark the server for easy access so that you do not have to enter the connection details every time.Click Bookmarks > Add to Bookmarks > then either edit the information or click Ok.

Congratulations! You have successfully downloaded, installed and configured TeamSpeak 3 on you computer.

Edited by Xoza
Updated
Link to comment
Share on other sites

The Ordo Imperalis is a multi game community. Being such a community requires use of communication assets. This post will serve as a central area where need to know information about such assets will be consolidated.
 
 
IRC

Server Info:
irc.ordoimperialis.com (port 6667)

 

 

What to do FIRST:
-Register your nickname with Nickserv: /msg nickserv register password email
-Check your spam box, e-mail will probably be in there. 
-Join #Ordo (this should be automatic.)
-READ THE TOPIC!

Optional:
Register your own personal host name: ex: /msg hostserv request Inoue.Administratio.OrdoImperialis.com


Things to know:

Do NOT use Mibbit! It puts your real host in the real name!

ID to nickserv before joining a public channel!
Officers will be able to OK virtual host names.
ALL host names are protected by default, they will be Ordo-randomstuff.realisp.tld
All vhosts need to be either Ordo or pony related.
#Ordo is the main channel, it will be auto joined
There are IRC Services in place.
The current available services bots are:

  • Chanserv
  • Nickserv
  • Hostserv
  • Memoserv

You can get commands available to you by typing /msg <botname> help
Chanserv and nickserv are the most frequently used.
Only register your main nick, do not bother with every form of AFK addition you can think of, this is unneeded and will only lead to problems.


ROE:
Normal Ordo standards and regulations apply

Handy mIRC stuff:

Remote script:

On 1:connect:{
if ($network == OrdoNet) {
msg nickserv identify password
join #Ordo
join #whatever
}
}


Topic change notifier .. just because it *might* contain useful info =p
Remote:

On *:join:#:{
if ($nick == $me) {
.timer 1 5 topiccheck $chan
}
}


 Alias(with colour codes):

topiccheck {
if ($chan($$1).topic != %topic. [ $+ [ $1 ] ]) {
echo -at 3 $+ $$1 9Topic has changed since last time!
echo -at 10Old topic: %topic. [ $+ [ $1 ] ]
echo -at 9New topic: $chan($1).topic
%topic. [ $+ [ $1 ] ] = $chan($1).topic
}
}

And it will go:
[20:54:07] #Ordo Topic has changed since last time!
[20:54:07] Old topic: test
[20:54:07] New topic: [Ordo Imperialis] http://forums.ordoimperialis.com - PS2 Ops FRI 6PM / SAT 630 | Please register your nick(again)

Don't put the nickserv stuff in your on perform unless it is restricted to a network.
 


 
TEAMSPEAK 3

 

Server info:

firefoxinc.com

No port/pass. Obvious nicknames are prefered.

 

You need to be using push to talk, voice activation is disabled server side.

 

Setup guide for n00bs:

Download the TeamSpeak3 client for your Operating System (Windows/Mac OS X/Linux) here:

www.teamspeak.com

Click the big button on the right of the website’s page that says FREE DOWNLOAD, it automatically detects what client you should download.
 
Once you have downloaded the Client, Install it.
 
Open the Client from the Shortcut on the Start Menu or Desktop.
 
You will see the Setup Wizard. Click Next>

TeamSpeak3.jpg

Enter Your Desired Nickname and click Next>

Teamspeak4.jpg

You can choose between Voice Activation Detection or Push-To-Talk. Choose Push-To-Talk, you need to click the button that says No Hotkey Assigned, then click your chosen key on the keyboard. You should now see the button name changed to the name of the key you chose. It will give you and error if the key you have chosen is already assigned for some other purpose on your keyboard, in which case you should choose a different key. After you have made the selection for this step click Next>

TeamSpeak5.jpg

You can Click Test Voice to test you microphone, the response area will go green if it is working properly. Check the volume of your microphone in the sound settings of your computer in case you don’t see it go green. In case you do not have a microphone or you cannot get it to work properly, you can use text chat instead. Click Next>

TeamSpeak6.jpg

On the next screen, you will see an option to assign keyboard or mouse keys to Mute your Microphone and/or Speakers. You can do this in the same way as you assigned the key for Push-To-Talk above if you like.Then, Click Next>

TeamSpeak7.jpg

Congratulations! You are done with the setup, you can now Click Finish.


TeamSpeak8.jpg

Now to join our Server, Click Connect on the Connections Menu in the top left corner and enter the following settings:

Connect Box

Address: firefoxinc.com

Port:

Password:

Click the Connect Button.

 

You can Bookmark the server for easy access so that you do not have to enter the connection details every time.Click Bookmarks > Add to Bookmarks > then either edit the information or click Ok.

 

Congratulations! You have successfully downloaded, installed and configured TeamSpeak 3 on you computer.


You will see a list of channels but no users on first connect. Please wait in the top channel until a admin gives you server permissions. Until that happens, you will be unable to move or see anyone else in the server.

Edited by Afevis
Link to comment
Share on other sites



×

Important Information

By using this site, you agree to our Privacy Policy, and Terms of Use.