MIRCX IRC Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPS
Services
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC Srervices
IRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka Charybdis
TCL SCRIPT
TCL SCRIPT FOR EGGDROP Allprotection4.7 Antiproxy
Bots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink Hopm
Latest topics
» מדריך גירסה INSPIRCD V4
Guide install ruby-relay on ubuntu EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
Guide install ruby-relay on ubuntu EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
Guide install ruby-relay on ubuntu EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
Guide install ruby-relay on ubuntu EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
Guide install ruby-relay on ubuntu EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
Guide install ruby-relay on ubuntu EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
Guide install ruby-relay on ubuntu EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
Guide install ruby-relay on ubuntu EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
Guide install ruby-relay on ubuntu EmptyThu Apr 07, 2022 4:45 am by Chief

March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


Guide install ruby-relay on ubuntu

Go down

Guide install ruby-relay on ubuntu Empty Guide install ruby-relay on ubuntu

Post  Chief Sat May 03, 2014 6:59 pm

Guide install ruby-relay on ubuntu
A ruby IRC relay bot that relays conversations across channels on many networks. Uses the Cinch framework
ok before we install ruby-relay we need install Ruby inside to Terminal and write like this
Code:

sudo apt-get install ruby
if you see the bot not run and this not work then write like this
Code:

sudo apt-get -y install build-essential zlib1g-dev libssl-dev libreadline6-dev libyaml-dev
cd /tmp
tar -xvzf ruby-2.0.0-p353.tar.gz
cd ruby-2.0.0-p353/
./configure --prefix=/usr/local
make
sudo make install
this look like this
Guide install ruby-relay on ubuntu Screen27
after you configure the ruby-2.0.0 you need now run the bot
step1
inside to your root and write like this
Guide install ruby-relay on ubuntu Screen29
Code:

gem install cinch cinch-identify
after you install this you need see if the install cinch it's Successfully like this
Guide install ruby-relay on ubuntu Screen30
step2
after you exit from root and start download
Guide install ruby-relay on ubuntu Screen31
Code:

git clone https://github.com/somasonic/ruby-relay.git
cd ruby-relay
cp config/config.yaml.example config/config.yaml
when you need fix your conf you can run 3 bots in your Network you need fix your conf like this
Guide install ruby-relay on ubuntu 03-05-10
after you fix your conf you can run your bot
Code:

./ruby-relay
you can used with Config us
Code:

bot:
  # Set nick, user/ident, and real name.
  nick: ruby-relay
  user: relay
  realname: https://github.com/somasonic/ruby-relay
 
  # nickservname: defines the SASL username if SASL is enabled (it is
  # otherwise ignored).
  nickservname: ruby-relay
  nickservpass: password
 
  # Defines the maximum amount of messages the bot will send in a second to
  # prevent it from flooding itself off. If not defined, defaults to the bot's
  # smart defaults for each IRCd.
  # msgspersec: 3
 
  # Enables colouring of networks and nicks.
  usecolour: true
 
  # This setting prepends a - (dash) in front of nicks when people speak
  # so that they are not highlighted by the relayer bot if they are on
  # multiple ends of the relay.
  nohighlights: false

  # Set to true to only relay privmsgs (as opposed to joins/parts/quits/
  # privmsgs/nicks/kicks/quits).
  privmsgonly: false

  # Set to true to disable displaying hostmasks.
  nohostmasks: false

admins:
  # List of hostmasks that can use !rehash (make sure you surround each
  # with quotes).
  - "*!*@somasonic.org"

events:
  # Allows you to toggle whether to relay different nonprivmsg events, for
  # greater customizability.
  disablejoins: true
  disableparts: true
  disablekicks: true
  disablenicks: true
  disablemodes: true
  disablequits: true
 
servers:
  # PLEASE NOTE: the server names configured here MUST match the network name
  # given by the IRCd in its 005 reply (case-insensitive), or the relayer
  # WILL NOT work! To find this network name, type "/raw version" or
  # "/quote version" (without quotes) in your IRC client, and look for the
  # section that says "NETWORK=Name".

  interlinked:
    # Server name, port, and whether to use SSL.
    #server: 192.168.1.16
    #port: 6667
    #ssl: false
   
    # sasl: If set to true, this enables SASL authentication (not supported by
    # all networks). If set to false, the bot will use plain-text NickServ
    # authentication.
    sasl: false
   
    # channel: Make sure to add quotes around channel names so they are not
    # mistaken for comments by YAML.
    channel: "#mIRCx"
 
  athemenet:
    # nick, user, realname, nickservuser, nickservpass, password, and msgspersec
    # can also be set on a per-network basis.
    nick: staticrelay
    server: 192.168.1.16
    port: 6667
    ssl: false
    sasl: false
    channel: "#mIRCx"
    msgspersec: 10
    nickservuser: rubybot
    nickservpass: password

#  freenode:
#    server: irc.freenode.net
#    port: 6697
#    ssl: true
#    sasl: true
#    channel: "##relayone"
#    password: password-for-server

ignore:
  # Ignore nicks function: defines a list of nicks (case insensitive) for
  # the relayer to ignore joins/parts/quits/nicks/modes from. If ignoreprivmsg
  # is true, it will also ignore PRIVMSGs.
  # The bot will ignore itself regardless of this setting.
 
  ignoreprivmsg: true
  nicks:
    - troll1
    - ChanServ
    - baduser1
Good luck
Guide By mIRCx IRC Network
itzik Roni Asher
for question send email and we help you
mircx123@gmail.com
Chief
Chief
Admin

מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum