Avlis Chat: Difference between revisions

From Avlis Wiki
Jump to navigation Jump to search
No edit summary
m (/event)
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== How to chat in Avlis? ==
== How to chat in Avlis? ==


[[Wikipedia:IRC|IRC]] Program: The best way to chat in Avlis is to connect to the [[Wikipedia:Internet Relay Chat|Internet Relay Chat]] (IRC) server.
Please refer to the [http://wiki.avlis.org/Rules:Chat Chat Code of Conduct].


In order to do this, you will need an IRC program. The most popular versions for Windows are [http://www.mirc.com mIRC] and [http://www.icechat.net iceChat], for MacOS try [http://www.ircle.com/ Ircle], for Linux use [http://www.xchat.org/ XChat] or for PocketPCs use [http://www.sspocketchat.com/ PocketChat].  
=== Discord ===
 
Visit [http://www.avlis.org avlis.org] for current Discord Join links (top left of portal page).
 
==== Avlis currently operates the Avlis Team Discord server ====
 
The [https://discord.gg/Dx4NhYJ Chat with the Team] server is where you can communicate with the team. It is Discord only, so does not have a connection to IRC.
 
==== Members of the Avlis community operate the Avlis Community Chat Discord server ====
 
The [https://discord.gg/caT3cPR Avlis Community Chat] server is where you can visit with other Avlisians. An IRC bot maintains live communication between IRC (irc.gamers-irc.org:6668) and the Discord server.
 
==== Post an event on Discord ====
 
We've added an event system to the Team Avlis Discord channel. You can post events and Apollo will automatically notify your attendees 15 minutes prior to an event. Your attendees can also add the event to their google calendar.
 
How to use it:<br>
1. Go to [https://discord.gg/Dx4NhYJ Chat with the Team] (official Avlis channel).<br>
2. Type the message: /event (and post it).<br>
3. Apollo (bot) will send you a private message on Discord taking you through the process.<br>
4. When it asks ''Where would you like to post this event?'' make sure to post to #announcements.<br>
 
That's it! It's pretty easy to use. On the posted event, the event creator can edit or delete if needed.
 
Apollo documentation: https://docs.apollo.fyi/getting_started/
 
'''Important:'''<br>
[1] Discord is NOT an In Character space. Make an IC event post on the Avlis forums BEFORE you use Apollo to promote it.<br>
[2] The Discord event bot does NOT interact with the Avlis forum [[Avlis Calendar|event calendar]]. You can create an event in either or both locations.
 
<!--
=== IRC ===
 
'''[[Wikipedia:IRC|IRC]] Program:''' The other way to chat in Avlis is to connect to the [[Wikipedia:Internet Relay Chat|Internet Relay Chat]] (IRC) server. This is the equivalent of the Avlis Community Discord chat.
 
In order to do this, you will need an IRC program. The most popular versions for Windows are [http://www.mirc.com mIRC] and [http://www.icechat.net iceChat], for MacOS try [http://colloquy.info/ Colloquy] or [http://www.ircle.com/ Ircle], for Linux use [http://www.xchat.org/ XChat] or for PocketPCs use [http://www.sspocketchat.com/ PocketChat]. iPhone and iPod touch users try [http://colloquy.mobi/ Mobile Colloquy]. Numerous chat plugins exist for internet browsers, i.e. the [https://addons.mozilla.org/en-US/firefox/addon/16/ ChatZilla] extension for Mozilla's [http://www.mozilla.com/firefox/ Firefox].


The connection information is:  
The connection information is:  
*'''Servers''' (pick one) [http://www.avlis.org/viewtopic.php?t=70147] [http://www.avlis.org/viewtopic.php?t=69953]
*'''Servers''' (pick one) [http://www.avlis.org/viewtopic.php?t=70147] [http://www.avlis.org/viewtopic.php?t=69953]
::- stratics.frws.com
** General connections to irc.gamers-irc.org will be connected to a random server from the list below.
::- irc.glowfish.de  
** irc.frws.com <span style="padding-left: 10.35em"> USA - Colorado
::- stratics.afraidyet.net
** irc.glowfish.de <span style="padding-left: 9.4em"> EU - Germany
::- irc.epaxsys.net
** irc.us.glowfish.de <span style="padding-left: 8em"> USA - Missouri
** irc.gamers-irc.org <span style="padding-left: 8em"> USA - Colorado
 
*'''Port:''' 6667 or 6668 for all of the above. 7000 for irc.frws.com and irc.gamers-irc.org as well. ''Note: 6667 is used by the NWN loader chat screen, so using another port may prevent conflicts there.''


*'''Port''' - 6668 (this is a non-standard port)
*'''Room:''' #avlis


*'''Room''' - #avlis
'''Web chat:''' http://www.avlis.org/mibbit.php - No password required.


== Common IRC commands: ==
== Common IRC commands: ==
Line 54: Line 92:
4. An 'add server' box should appear, and fill it out with the following.   
4. An 'add server' box should appear, and fill it out with the following.   
  Description: Avlis (or whatever you want to put in there)  
  Description: Avlis (or whatever you want to put in there)  
  IRC server: irc.stratics.com
  IRC server: irc.gamers-irc.org
  Port(s): 6668  
  Port(s): 6668  


Line 77: Line 115:
on *:start:.timerstratic 1 3 server -m irc.glowfish.de 6668
on *:start:.timerstratic 1 3 server -m irc.glowfish.de 6668
on *:connect:{
on *:connect:{
   if ($network == Stratics) .timerjoinavlis 1 3 join #avlis
   if ($network == Gamers-IRC) .timerjoinavlis 1 3 join #avlis
}
}
on *:disconnect:{
on *:disconnect:{
   if ($network == Stratics) server irc.glowfish.de 6667
   if ($network == Gamers-IRC) server irc.glowfish.de 6667
}
}
</pre></code>
</pre></code>
Line 91: Line 129:
<code><pre>
<code><pre>
on *:connect:{
on *:connect:{
   if ($network == Stratics) {
   if ($network == Gamers-IRC) {
     /msg nickserv identify <password>
     /msg nickserv identify <password>
     .timerjoinavlis 1 5 join #avlis
     .timerjoinavlis 1 5 join #avlis
Line 113: Line 151:
[http://www.avlis.org/viewtopic.php?t=70430&highlight=irc Why arent you using IRC?????]
[http://www.avlis.org/viewtopic.php?t=70430&highlight=irc Why arent you using IRC?????]


[http://chat.stratics.com Stratics]
[http://www.gamers-irc.org/ Gamers-IRC]
-->
 
[[Category:Information]]

Latest revision as of 20:41, 15 April 2023

How to chat in Avlis?

Please refer to the Chat Code of Conduct.

Discord

Visit avlis.org for current Discord Join links (top left of portal page).

Avlis currently operates the Avlis Team Discord server

The Chat with the Team server is where you can communicate with the team. It is Discord only, so does not have a connection to IRC.

Members of the Avlis community operate the Avlis Community Chat Discord server

The Avlis Community Chat server is where you can visit with other Avlisians. An IRC bot maintains live communication between IRC (irc.gamers-irc.org:6668) and the Discord server.

Post an event on Discord

We've added an event system to the Team Avlis Discord channel. You can post events and Apollo will automatically notify your attendees 15 minutes prior to an event. Your attendees can also add the event to their google calendar.

How to use it:
1. Go to Chat with the Team (official Avlis channel).
2. Type the message: /event (and post it).
3. Apollo (bot) will send you a private message on Discord taking you through the process.
4. When it asks Where would you like to post this event? make sure to post to #announcements.

That's it! It's pretty easy to use. On the posted event, the event creator can edit or delete if needed.

Apollo documentation: https://docs.apollo.fyi/getting_started/

Important:
[1] Discord is NOT an In Character space. Make an IC event post on the Avlis forums BEFORE you use Apollo to promote it.
[2] The Discord event bot does NOT interact with the Avlis forum event calendar. You can create an event in either or both locations.