Changes between Initial Version and Version 1 of polchat

Show
Ignore:
Timestamp:
08/11/08 12:31:27 (2 years ago)
Author:
adamm
Comment:

initial

Legend:

Unmodified
Added
Removed
Modified
  • polchat

    v1 v1  
     1= Polchat in EKG2 = 
     2== Basics == 
     3=== Load plugin === 
     4At first you need to load polchat plugins. You can do it using /plugin command: 
     5 
     6{{{ 
     7/plugin +polchat 
     8}}} 
     9 
     10After loading you will see: 
     11 
     12{{{ 
     1308:43:21 ::: Plugin polchat loaded 
     14}}} 
     15 
     16=== Creating session === 
     17To create Polchat session use following command: 
     18 
     19{{{ 
     20/session --add polchat:<name> 
     21}}} 
     22 
     23Before connecting set your nicname: 
     24{{{ 
     25/session nickname <nicname> 
     26}}} 
     27 
     28=== Conecting session === 
     29To connect simply use: 
     30{{{ 
     31/connect 
     32}}}