Free BSD Manual install commands

Free BSD Manual install commands

FreeBSD Manual Install Commands

DHCP Network


iface is interface of your NIC my computer is rl0.

# dhclient iface DHCP     (Optional)

# gpart show     #Verify

If disk had partitions

# gpart delete -i 1 ada0
  ada0s1 deleted
# gpart destroy ada0

# gpart create -s mbr ada0
  ada0 created
# gpart add -t freebsd -i 1 ada0
  =>      63  33554369  ada0  MBR  (16G)
          63  33554367     1  freebsd  (16G)
    33554430         2        - free - (1.0K)
  
# bsdlabel -wB /dev/ad0s1       # to create an empty table shown below

# bsdlabel /dev/ad0s1 > labeloutfile

# /dev/ad0s1:
8 partitions:
#          size     offset    fstype   [fsize bsize bps/cpg]
  a:   33554351         16    unused        0     0
  c:   33554367          0    unused        0     0     # "raw" part, don't edit

Edit this table to match similar ee can be used during this time
Edit this to your ways

ee labeloutfile

# bsdlabel /dev/ad0s1 (16 GB Drive)

# /dev/ad0s1:
8 partitions:
#          size     offset    fstype   [fsize bsize bps/cpg]
  a:         2G         16    4.2BSD        0     0     0
  b:         4G          *      swap        0     0
  c:   33554367          0    unused        0     0     # "raw" part, don't edit
  d:         5G          *    4.2BSD        0     0     0
  e:         *           *    4.2BSD        0     0     0

* Means use whatever and * on Size means use rest.

Restore disk information from your file

# bsdlabel -R /dev/ad0s1 labeloutfile

Display the information

# bsdlabel /dev/ad0s1

# /dev/ad0s1:
8 partitions:
#          size     offset    fstype   [fsize bsize bps/cpg]
  a:    4194304         16    4.2BSD        0     0     0
  b:    4194304    4194320      swap        0     0
  c:   33554367          0    unused        0     0     # "raw" part, don't edit
  d:    8388608    8388624    4.2BSD        0     0     0
  e:   16777135   16777232    4.2BSD        0     0     0
 
  then format each of the drives

# newfs -U -O2 /dev/ad0s1a
# newfs -U -O2 /dev/ad0s1d
# newfs -U -O2 /dev/ad0s1e

 then mount them

# mount /dev/ad0s1a /mnt
# mkdir /mnt/usr
# mkdir /mnt/usr/home
# mount /dev/ad0s1e  /usr
# mount /dev/ad0s1d    /home

# cd /mnt

 install bootblock
# boot0cfg -B /dev/ada0


# df -h
Filesystem                      Size    Used   Avail Capacity  Mounted on
/dev/iso9660/FREEBSD_INSTALL    564M    564M      0B   100%    /
devfs                           1.0K    1.0K      0B   100%    /dev
/dev/md0                         31M    316K     28M     1%    /var
/dev/md1                         19M     56K     17M     0%    /tmp
/dev/ad0s1a                     1.9G     16K    1.8G     0%    /mnt
/dev/ad0s1e                     7.7G     12K    7.1G     0%    /mnt/usr
/dev/ad0s1d                     3.9G    8.0K    3.6G     0%    /mnt/usr/home
# pwd
/tmp

# ls /usr/freebsd-dist/*.txz

To see the files in the directory on CD
then if wanted to a shell script can be created or they can be manually
extracted.

Script way (Example Script)
!/bin/sh
# forls

    for loop in `ls /usr/freebsd-dist/*.txz `
        do
           
            tar vxjpf $loop
        done   


Without script the command is

# tar xjpfv /usr/freebsd-dist/file.txz

and so on till each file in the directory requested is extracted.

Configuring the Fstab

Add lines to the /etc/fstab as it is blank similar to below

#Device                  Mount    FSTtype    Option   Dump    Pass

/dev/ad0s1a             /         ufs        rw       1         1
/dev/ad0s1b             none      swap       sw       0         0
/diskdev/usr            /usr      ufs        rw       0         0
/diskdev/home           /home     ufs        rw       0         0
proc                    /proc     procfs     rw       0         0


/diskdev/usr   Symbolic link to /dev/ad0s1e
/diskdev/home  Symbolic link to /dev/ad0s1d

Symbolic link will not work for the root filesystem

Then configure the /etc/rc.conf

Basic Configuration just to get it to work

# Set Hostname
hostname="TestComp"

#Set Keyboard
keymap="uk.iso.kbd"

#Set Network
ifconfig_rl0="DHCP"

# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"


Set the password for root

# cd /mnt
# chroot .
passwd
Enter password for root: Password
Confirm password for root: Password

adduser
Follow promptings on screen

exit # Exit the chroot environment

cd /
umount /mnt/usr/home
umount /mnt/usr
umount /mnt

Before rebooting verify the settings.

reboot

Legendary Studios Bot Commands

Legendary Studios Bot Commands

    Bot Commands
    http://deepbot.deep.sg/wiki/Bot+Commands
     
    Custom Commands
    !gameinsight, !joingame, !ign, !gold, !g2a, !youtube, !vipbenefits, !uptime, !links, !topic, !ranks, !giveusthetank, !topstreamers, !store, !worldid, !teamspeak, !nomad, !hype, !legenduminati, !legodairystewdoritos, !seanpai, !rigged, !bootyslap, !bobby, !shutupsean, !legendaryteaparty, !smashing, !kratos, !facepalm, !dragonmod, !crash, !arkhype

Plug.dj/forsen Rules

Plug.dj/forsen Rules

Plug.dj/forsen Rules

    Forsen's PlugDJ Rules (updated 02/05/15)
     
                    General Rules
     
    1. No songs over 5 minutes. Songs over 5 mins 30s will be auto skipped by a bot.
    NOTE: if you want to play longer song, ask for permission from moderators.
     
    2. Don't Ask for Skips.
    3. Don't spam the chat w/ ascii or copypastas.
    4. No songs that are in the DJ History (Past 50 songs).
    5. No asking for rank promotions
    6. No gore/ gore related videos (exceptions will be made for Music Videos).

Chatango bot commands

Chatango bot commands


    ############################################################################
    ############################################################################
    ####    Getting Started Bot                                     ############
    ####    File            = ExampleBot.py                         ############    
    ####    Originaly by    = clonerxyz                             ############
    ####    Edited by       = Thelorgorenk                          ############
    ####    you can PM for info about making a chatango             ############
    ####    bot in http://thelorgorenk.chatango.com, and you can    ############
    ####    and you can also chat in :                              ############
    ####            http://khususme.chatango.com                    ############
    ####    Last update:                                            ############
    ####            3.21 AM August, 1 2015 by Thelorgorenk          ############
    ############################################################################
    ############################################################################
    ##Importing Random Crap xD
    #here you can see that you're importing ch library
     
    import ch
    import random
    import sys
    import json
    import time
    import re
    if sys.version_info[0] > 2:
      import urllib.request as urlreq
    else:
      import urllib2 as urlreq
    from time import localtime, strftime
    wordtodaytime = dict()
    ##Dance moves!
    #kinda useless
     
    dancemoves = [
      "(>^.^)>",
      "(v^.^)v",
    ]
    song = [
      "Dirimu, dirimulah! Orang yang beriku senyum ini",
    "Jika kita bisa membuat air mata yang bersinar, itu 'kan 'jadi bintang jatuh",
    "Tanganmu t'lah terluka, tapi jangan pernah lepaskannya lagi",
    "Dari langit yang terpenuhi keinginan, hari esok 'kan segera datang",
     
    "Cahya yang membimbingku adalah dirimu",
    "Dan aku pun ditarik karenanya",
    "Sebelum kusadarim kita mulai sebrangi jalan itu",
    "Sekaranglah saatnya! Jikalau kita hanya bisa bersinar di sini",
    ]
     
    bete = [
    "kunci",
    ]
    pagi = [
    "ohayou oni-chan",
    ]
     
    # implied command?     
    # call bot name with command after
    # call bot name with command after
    #Setting Pretty Colors
    #Font setting for your bot
     
    class TestBot(ch.RoomManager):
      def onInit(self):
        self.setNameColor("F9F")
        self.setFontColor("F33")
        self.setFontFace("1")
        self.setFontSize(13)
        self.enableBg()
        self.enableRecording()
    ##### Pars Def
      def pars(args):
              args=args.lower()
              userlist = roomUsers()
              for name in userlist:
                if args in name:return name  
    ##Connecting Crap
    #This is what will be printed on your python console when event called
     
      def onConnect(self, room):
        print("Connected")
     
      def onReconnect(self, room):
        print("Reconnected")
     
      def onDisconnect(self, room):
        print("Disconnected")
     
     
    ##Ignore this, you dont need to worry about this
    #Well, you can actually take a little time to look at it and learn something
      def onMessage(self, room, user, message):
      #### Comenzi fara prefix
       if message.body.startswith("test"):
         room.message("Test request granted :v")
       if message.body.startswith("woi"):
         room.message("Apa njay? :v :)")
       if message.body.startswith("sepi"):
         room.message("I'am here. :)")
       if message.body.startswith("siang"):
         room.message("Hello, siang :)")
       if message.body.startswith("malam"):
         room.message("Hello, malam :)")
       if message.body.startswith("konbanwa"):
         room.message("Hello, konbanwa")
       if message.body.startswith("oyasumi"):
         room.message("Hello, oyasumi :v")
       if message.body.startswith("konichiwa"):
         room.message("Hello, konichiwa :)")
       if message.body.startswith("jam"):
          room.message(strftime("%H:%M:%S", localtime()))      
       if message.body.startswith("tanggal"):
         room.message(strftime ("HARI: %a,%d-%b-%Y ", localtime()))
       if message.body.startswith("siapa yang "):
         room.message(random.choice(room.usernames))
       if message.body.startswith("lol"):
         room.message("Yea lol  @"+user.name+".")
         room.message(random.choice(jawab)+" @"+user.name)
    ##COMMANDS!
    #Setting up commands for yer bot
     #commands section
    #### Invite
          if cmd == "invite" or cmd == "Invite":
            if len (args) > 0:
                self.pm.message(ch.RoomManager(args),"%s You have a group invite by ! http://%s.chatango.com ." %(owners[0],room.name))
                room.message("Invite on progress %s in Access group. :)" % args)
            else:
                room.message("Sry have problem. :3")
    ##You may want/need to evaluate something about your bot.
          if cmd == "ev" or cmd == "eval" or cmd == "e":
              ret = eval(args)
              if ret == None:
                room.message("Done.")
                return
              room.message(str(ret))
         
            ##Say
            #Make your bot say what you want
     
          elif cmd == "afk":
            jawab = ["See u"]
            room.message(random.choice(jawab)+" @"+user.name)
          elif cmd == "crunch":
            jawab = ["https://31.media.tumblr.com/50dcec4f797eb86ea483558695c874f1/tumblr_nqru66BNYc1u8lwqgo1_500.gif"]
            room.message(random.choice(jawab)+" @"+user.name)
          elif cmd == "nja":
            jawab = ["Njaa ne ^^"]
            room.message(random.choice(jawab)+" @"+user.name)
          elif cmd == "coeghd":
            jawab = ["anda kenapa?"]
            room.message(random.choice(jawab)+" @"+user.name)
          elif cmd == ":v":
            jawab = ["emoticon dewa"]
            room.message(random.choice(jawab)+" @"+user.name)
          elif cmd == "lebaran":
            jawab = ["minal aidzin wal faizin kk"]
            room.message(random.choice(jawab)+" @"+user.name)
          elif cmd == "gue tamvan gak ?":
            jawab = ["kaga","tamvan","jelek","biasa aja"]
            room.message(random.choice(jawab)+" @"+user.name)
          elif cmd == "hmm":
            jawab = ["maho detcted"]
            room.message(random.choice(jawab)+" @"+user.name)
          elif cmd == "konbanwa":
            jawab = ["tidur sana jangan ngalong :v"]
            room.message(random.choice(jawab)+" @"+user.name)
          elif cmd == "naruto":
            jawab = ["adalah anime yang selalu flash back"]
            room.message(random.choice(jawab)+" @"+user.name)
          elif cmd == "bnp":
            jawab = ["erorr forbidden access denied"]
            room.message(random.choice(jawab)+" @"+user.name)
            ##Random User
            #What's this for ? this one cmd will make your boy say the name of a random user in a room
          if cmd == "randomuser":
            room.message(random.choice(room.usernames))
     
            ##Check Level
            #This one cmd is tho make your bot say your mod level in the current room you're in
          elif cmd == "mylvl":
            room.message("Your mod level: %i" %(room.getLevel(user)))
     
            ##List Mods
            #List of Mods and Owner name in the current room you're in
          elif cmd == "mods":
            room.message(", ".join(room.modnames + [room.ownername]))
            #### Seen
          elif cmd == "invitegroup" or cmd == "ig":
            if len (args) > 0:
             self.pm.message(ch.RoomManager(args),"%s You have group invite! check this Chatango Group http://%s.chatango.com ." %(room.ownername[0],room.name))
             room.message("Youre invite %s now is in Accest Group. :)" % args)
            else:
              room.message("gak mau ah nginvite dia")
            ##DANCE!!!!
            #Dance ? Of Course !!! ^_^
          elif cmd == "dance":
            for i, msg in enumerate(dancemoves):
              self.setTimeout(i / 2, room.message, msg)
                   #### Pm
          elif cmd == "pm" or cmd == "Pm" or cmd == "PM" or cmd == "Private Message":
            data = args.split(" ", 1)
            if len(data) > 1:
              name , args = data[0], data[1]
              self.pm.message(ch.User(name), "[Private.Message] By - "+user.name+" : "+args+" ")
              room.message("Has been sent to "+name+"")
            #### Invite
          elif cmd == "invite" or cmd == "Invite":
            if len (args) > 0:
                self.pm.message(ch.RoomManager(args),"%s You have a group invite by ! http://%s.chatango.com ." %(owners[0],room.name))
                room.message("Invite on progress %s in Access group. :)" % args)
            else:
                room.message("Sry have problem. :3")
            #### Profile
          elif cmd == "prof" or cmd == "profile" or cmd == "Prof" or cmd == "Profile":
            try:
              args=args.lower()
              stuff=str(urlreq.urlopen("http://"+args+".chatango.com").read().decode("utf-8"))
              crap, age = stuff.split('<span class="profile_text"><strong>Age:</strong></span></td><td><span class="profile_text">', 1)
              age, crap = age.split('<br /></span>', 1)
              crap, gender = stuff.split('<span class="profile_text"><strong>Gender:</strong></span></td><td><span class="profile_text">', 1)
              gender, crap = gender.split(' <br /></span>', 1)
              if gender == 'M':
                  gender = 'Male'
              elif gender == 'F':
                  gender = 'Female'
              else:
                  gender = '?'
              crap, location = stuff.split('<span class="profile_text"><strong>Location:</strong></span></td><td><span class="profile_text">', 1)
              location, crap = location.split(' <br /></span>', 1)
              crap,mini=stuff.split("<span class=\"profile_text\"><!-- google_ad_section_start -->",1)
              mini,crap=mini.split("<!-- google_ad_section_end --></span>",1)
              mini=mini.replace("<img","<!")
              picture = '<a href="http://fp.chatango.com/profileimg/' + args[0] + '/' + args[1] + '/' + args + '/full.jpg" style="z-index:59" target="_blank">http://fp.chatango.com/profileimg/' + args[0] + '/' + args[1] + '/' + args + '/full.jpg</a>'
              prodata = '<br/> <a href="http://chatango.com/fullpix?' + args + '" target="_blank">' + picture + '<br/><br/> Age: '+ age + ' <br/> Gender: ' + gender +  ' <br/> Location: ' +  location + '' '<br/> <a href="http://' + args + '.chatango.com" target="_blank"><u>Chat With User</u></a> ' "<br/><br/> "+ mini
              room.message(prodata,True)
            except:
              room.message(""+args+" doesn't exist o.o ")
            #
            if cmd =="wordtoday" or cmd=="wt":
                if user.name in owners:
                  if user.name in wordtodaytime:
                    w = json.loads(wordtodaytime[user.name])
                    if time.time() < w:
                      w = int(w) - int(time.time())
                      minute = 60
                      hour = minute * 60
                      day = hour * 24
                      days =  int(w / day)
                      hours = int((w % day) / hour)
                      minutes = int((w % hour) / minute)
                      seconds = int(w % minute)
                      string = ""
                      if days > 0:
                        string += str(days) + " " + (days == 1 and "day" or "days" ) + ", "
                      if len(string) > 0 or hours > 0:
                        string += str(hours) + " " + (hours == 1 and "hour

KeniBot Commands

KeniBot Commands

KeniBot Commands
    KeniBot Exclusive Commands
     
    For the general commands of Basic Bot use: https://github.com/Yemasthui/basicBot/blob/master/commands.md
     
    !ass - http://i.imgur.com/LlJGcPg.png
    !bait - http://i.imgur.com/zbl1OON.gif
    !banner - http://imgur.com/a/bYuHO
    !blastoise - it's fucken blastoise
    !blastoise2 - It's fucken blastoise
    !boss - ༼ ▀̿Ĺ̯▀̿ ̿ ༽ WE ARE BOSS ༼ ▀̿Ĺ̯▀̿ ̿ ༽
    !cancer - http://i.imgur.com/7EFlunu.gif
    !clap - http://i.imgur.com/urrL82C.gif
    !deal - http://i.imgur.com/GCn5BGT.gif
    !dog - http://i.imgur.com/JitHIzl.png
    !fatdarude - http://i.imgur.com/S5UL4NB.jpg
    !feg - You're all faggots :keepo:
    !fing - http://i.imgur.com/phr9V7v.png
    !flyin - fly in mouth, dafuq i can't see!!
    !forsen - http://i.imgur.com/Iwqr3C0.jpg
    !gachi - http://i.imgur.com/QGuuBTL.gif
    !gor - http://i.imgur.com/17FeUtG.png
    !gor2 - http://i.imgur.com/17FeUtG.png
    !grav - http://i.imgur.com/C4Vt39q.png
    !greenshot - greenshot > gyazo
    !grill - http://i.imgur.com/ygqbbCz.jpg
    !hp - heil Hornpub :forsensheffy:7:forsensheffy:/
    !hp2 - http://i.imgur.com/gCo4A0m.png
    !hp3 - http://i.imgur.com/jc5KJYS.png
    !hug - http://i.imgur.com/ZGSL7fa.png
    !hydra - https://i.imgur.com/d9OZevs.png
    !igor - http://i.imgur.com/fQ2irIZ.png
    !jack - http://i.imgur.com/VF7F5Tf.png
    !jack2 - http://i.imgur.com/3DtFyUo.png
    !jep - http://i.imgur.com/MTmwzqE.png
    !jep2 - http://i.imgur.com/PzRSYkZ.png
    !jep3 - http://i.imgur.com/wD1oEYb.png
    !jep4 - http://i.imgur.com/SGaexzU.png
    !keni - http://i.imgur.com/wD1oEYb.png
    !kev - http://i.imgur.com/AhdgaqK.png
    !kolento - :kolentohappy: http://i.imgur.com/nj1dvtu.gif
    !kr - http://i.imgur.com/x4YcuTx.jpg
    !ktv - http://i.imgur.com/pWx1tFs.png
    !ktv2 - http://i.imgur.com/BraCqeP.png
    !ktv3 - http://i.imgur.com/F5UE61u.png
    !lunac - http://i.imgur.com/G0HJfqk.gif
    !lol - LoL is for roleplayers :keepo:
    !mel - http://i.imgur.com/Jt3d1d2.png
    !newfeg - If your new to plug.dj Watch this Tutorial: https://www.youtube.com/watch?v=pXIoB9RPl6w
    !nipaface - http://i.imgur.com/iKY3GNW.png
    !notgay - not gay at all :kappa:
    !notsanic - not :sanic: :kappa:
    !ohmu - http://i.imgur.com/gNM8cpl.png
    !psy - http://i.imgur.com/r3aDdfY.png
    !rekt - NOT REKT ☐ REKT ☑  
    !rigged - Roulette not even rigged :opieop:
    !ripchat - RIP in peace chat :kappa:
    !rucka - rucka rucka :dansgame:
    !sanic - :sanic: http://i.imgur.com/76MZHjy.gif GOTTA GO FAST!!!!!
    !scotland - :scotland: FOREVVVVAAAHHHHH!!!!!
    !shr - http://i.imgur.com/2o6o9ZP.png
    !shr2 - http://i.imgur.com/Ub1pci4.png
    !snf - http://i.imgur.com/tRzgqn7.png
    !snoop - http://i.imgur.com/hkA5GJr.gif
    !snus - http://i.imgur.com/xgBqXMn.gif
    !tp - https://fungustime.pw/tastyplug/
    !tup - http://i.imgur.com/hhf39vN.gif
    !victorfm - when the bass drop¿
    !win - http://i.imgur.com/WmRiO.gif
    !wtf - WHAT IN THE FUCK ARE WE DOING HERE!!!!
    !yuki - (◕‿◕✿) YUKI YUKI (◕‿◕✿)

Commands list of my Xat Bots.

    Commands list of my Xat Bots.

     
    /* Normal cmd */
    - Say
    - Latest
    - Delistcheck : !delistcheck [chatname]
    - Roominfo : !roominfo [chatname]
    - Chatid : !chatid [chatname]
    - Chatname : !chatname [chatid]
    - Userinfo : !userinfo [users]
    - LS : !ls [power]
    - Price : !price [power]
    - Store : !store [power]
    - Shortname : !shortname [name]
    - Twitter : !twitter [name]
    - Youtube : !youtube [search]
    - Google : !google [search]
    - Isup : !isup [website]
    - Regname : !regname [id]
    - ID : !id [regname]
    - Rcheck : !rcheck [room]
    - Twitch : !twitch [user]
     
    /* Admin CMD */
     
    - Dev : !dev [restart/memory]
    - Editbot : !editbot [name/avatar/home/cmdcode/getmain] [value]
    - Automessage : !automessage [on/off]
    - Autogames : !autogames [on/off]
    - Acclist : !acclist [add/remove/check/reset] [user]
    - Blocklist : !blocklist [add/remove/check/reset] [user]
     
    That's all for now.

Draft Bot Commands

Draft Bot Commands


    Draft Bot Commands
     
    **Commands:**
     
     draft
        -- init (starts a new draft)
        -- reset (resets draft data in that room)
        -- team/addteam [name], [captain] (adds a new team)
        -- post (posts the data)
        -- export (exports results to hastebin)
        -- import/load [hastebin csv] (imports players)
            [to use this, simply export a csv file to hastebin and the bot will read it]
        -- guide/help (displays this guide)
        -- setnominate [name] (manually decide who will nominate)
        -- nom/nominate [name] (nominates the player to be drafted)
        -- playerlist (displays the list of players)
        -- override (an arbitrary command to fix the draft data)
                 -- money
                       -- give/add [team - no spaces] [amount]
                       -- take/remove [team - no spaces] [amount]
                 -- coach/captain [team - no spaces] [captain's name]
                 -- players
                         -- add [team - no spaces] [player name]
                         -- remove [team - no spaces] [player name]
                         -- list
                              -- add [player name]
                              -- remove [player name]
                 -- team
                      -- add [name], [captain]
                      -- remove [name]
     bid [amount] (amounts less than 100 will be multiplied by 1000)
     
    **END of commands**
     
    NOTE: Only spaces are needed unless specified with a comma.
    Ex.
    +d nominate deez nuts
    +d override players list add john cena (will add john cena to the pool of players that can be nominated for bidding)
    +d override team add Dank Memes, John Cena (adds a new team called Dank Memes, with John Cena as the coach)

Telegram Bot Commands

Telegram Bot Commands


Telegram Bot Commands

    <?php
     
    $botToken = "58164031:AAFV0nFXU7Mfla5ro5xp-tyXrd05d1g2pkM";
    $website = "https://api.telegram.org/bot".$botToken;
     
    $update = file_get_contents('php://input');
    $update = json_decode($update, TRUE);
     
     
    $chatId = $update["message"]["chat"]["id"];
    $message = $update["message"]["text"];
     
     
    switch($message) {
           
            case "/test":
                    sendMessage($chatId, "test");
                    break;
            case "/hi":
                    sendMessage($chatId, "hi there!");
                    break;
            default:
                    sendMessage($chatId, "default");
           
    }
     
    function sendMessage ($chatId, $message) {
           
            $url = $GLOBALS[website]."/sendMessage?chat_id=".$chatId."&text=".urlencode($message);
            file_get_contents($url);
           
    }
     
     
     
     
     
    ?>

ixat bot commands

ixat bot commands


ixat bot commands

    say message | makes the bot say a message
    !changename new_name | makes the bot change his name to the name specified, this is saved for re-logins
    !setavatar new_ava | makes the bot change his avatar to the avatar specified, this is saved for re-logins
    !setwebsite new_web | makes the bot change his website/homepage, this is saved for re-logins
    !choose arg_1 or arg_2 or arg_3 | You can add as much choices as you want, separated by or, makes the bot choose one of the args
    !spam message | makes the bot spam a specific message until !stopspam is called, interval is 500ms, could be faster if you call the command 2 times
    !pm user_id:message | makes the bot send a PM to the specified user and send the message specified
    !pmspam user_id:message | makes the bot spam one's pm, doesn't stop until !stoppmspam is called, interval is 500ms
    !8ball question | makes the bot do an "8ball" on your question and replies with an answer
    !insult user | makes the bot insult the user specified
    !kick user_id | if the bot has moderator powers, he kicks the user specified
    !lovetest person1 and person2 | makes a lovetest between the TWO persons specified, replies with a percentage and a note
    !changeWMSG new_WMSG | changes the welcome message the bot sends once he joins the chat, this is saved for re-logins
    !fartsscmd person | says that person farted..
    !bealertof message | makes users alert of a message, saying it's of "great importance"
    -sniffmode | makes the bot ignore all commands, and be used a sniff tool instead
    -giveaccess user_id | allows the user specified to use the bot's commands
    -removeaccess user_id | removes access of bot commands from the user_id specified

Zyths Skype Bot Commands

Zyths Skype Bot Commands


Zyths Skype Bot Commands

    !ping
    !topicappend
    !joke
    !dice
    !say
    !resolve
    !tube
    !8ball
    !define
    !google
    !commands
    !pwgen
    !ip2skype
    !fml
    !slap
    !kiss
    !webresolve
    !geo
    !spam
    !cmds

Modified ModBot Commands (ModBot v1.3)

Modified ModBot Commands (ModBot v1.3)


Modified ModBot Commands (ModBot v1.3)

    // Mod Levels :
    // 1 - Basic Mod
    // 2 - Super Mod
    // 3 - Trusted Mod
    // 4 - Streamer
     
    !raffle/giveaway announce - (Mod level 1 and above) Let the viewers know that a raffle is ongoing.
    !raffle/giveaway roll - (Mod level 2 and above) Roll for a winner.
    !raffle/giveaway help - (Everyone) Information about how to qualify for the raffle.
     
    !<currency> - (Everyone) Check your own currency points.
    !<currency> <name> - (Mod level 1 and above) Check the currency points of a user.
    !<currency> top5 - (Everyone) Prints a list of the 5 users with the most currency points.
    !<currency> lock - (Mod level 2 and above) Lock the currency command, keeps the command available to mods.
    !<currency> unlock - (Mod level 2 and above) Unlocks the currency command.
    !<currency> clear - (Mod level 3 and above) Clears all the points.
    !<currency> add/remove/set <amount> <name> - (Mod level 3 and above) Add or remove currency points from a user (or everyone if name is "all")
     
    !modbot payout <amount> - (Streamer only) Changes the currency payout amount for the session (does not save if the bot is restarted).
    !modbot interval <time> - (Streamer only) Changes the currency handout interval for the session (does not save if the bot is restarted).
    !modbot greetings on/off - (Streamer only) Enables/disables welcome greetings for the session (does not save if the bot is restarted, will change soon).
    !modbot greetings set <text> - (Streamer only) Changes the welcome greeting message (@user is replaced with the user's name).
    !modbot addsub <name> - (Streamer only) Adds a user as a subscriber (subscribers get double the amount of currency in handouts, hardcoded, will change soon).
    !modbot removesub <name> - (Streamer only) Removes a user from the subscribers list.
    !modbot addcommand <level> <command> <output text> - (Mod level 2 and above) Adds a command
    !modbot removecommand <command> - (Mod level 2 and above) Removes a command
    !modbot commandlist - (Mod level 1 and above) Prints a list of available commands (added through "!mod addcommand")
    !modbot addmod <name> - (Mod level 3 and above) Adds a basic mod.
    !modbot addsuper <name> - (Mod level 3 and above) Adds a super mod.
    !modbot demote <name> - (Mod level 3 and above) Demotes a mod by 1 level.
    !modbot setlevel <name> <level> - (Mod level 3 and above) Sets a user to a mod with a specific level (only the streamer can add a level 3 mod, level 3 mod can add a level 2 mod, no one can add a level 4 mod).
     
    !gamble open <maxbet> <option1> <option2> ... <optionN> - (Mod level 2 and above) Opens a betting pool.
    !gamble close - (Mod level 2 and above) Closes the betting pool.
    !gamble winner <optionname> - (Mod level 2 and above) Draws all of the users who chose that option as winners (must supply full option name).
    !gamble cancel - (Mod level 2 and above) Cancels the betting pool and refunds all of the bets.
     
    !bet help - (Everyone) Shows which options are available and how to bet.
    !bet <amount> <option> - (Everyone) Bet <amount> on <option>, must supply full option name.
    !bet - (Everyone) Tells you about your bet.
     
    !auction open - (Mod level 2 and above) Opens an auction.
    !auction close - (Mod level 2 and above) Closes the auction.
    !auction cancel - (Mod level 2 and above) Cancels the auction and refunds bids.
     
    !bid <amount> - (Everyone) Bids <amount> at the auction.
     
     
    Undocumented commands were not removed (except the !raffle commands), they were not modified and function the same.