22 Mac 2012

Manual Command Room & Bot

Commands for Camfrog Bot

Bot IM Control Command Basic

/ver - display bot version
/shutdown - shut down the bot 
/postmsg - (your message)
/postmsg /addfriend - add server's friend
/postmsg /oplist add - add server's operator 
/postmsg /oplist remove - remove server's friend
/postmsg /addowner - remove server's friend
/postmsg /topic - (set your topic)
/postmsg /notopic - (reset topic)
/postmsg /punish - punish user
/postmsg /unpunish - unpunish user
/postmsg /blockmic - block microphone
/postmsg /unblockmic - unblock microphone
/postmsg /kick - kick user

Room controls

/postmsg message - post message to chat (imcontrol.dll)
/kickuser nickname - kick user from chatroom (imcontrol.dll)
/punishuser nickname - punish user in chatroom (imcontrol.dll)
/unpunishuser nickname - unpunish user (imcontrol.dll)

Trivia Game

/trvplay 0|1 - turn Trivia game on/off (trivia.dll)
/trvstart - start Trivia game (trivia.dll)
/trvstop - stop Trivia game (trivia.dll)
/trvclear - clear records (trivia.dll)

Posting messages to the room

/msgrtime 30-30000 - set messages posting interval (messenger.dll)
/msgrclear - clear message list (messenger.dll)
/msgradd message - add message to message list (messenger.dll)

Bad expressions

/bexpr 0|1 - turn bad expressions catcher on/off (badwords.dll)
/bekick - select kick for bad expressions (badwords.dll)
/bepunish - select punish for bad expressions (badwords.dll)
/bereason reason - set kick/punish reason (badwords.dll)
/becount 1-10 - set the forbidden words counter (badwords.dll)
/bewords 0|1 - select regular expressions/words mode - with "0" it will use regular expressions, with "1" just kick for word substring (badwords.dll)
/beclear - clear bad expressions list (badwords.dll)
/beadd expression - add expression to bad list (badwords.dll)

Whobanned plugin. These commands are working with events that happened during the bot uptime only! For example if the bot exits and is restarted all prior moderation events will be lost and you'll need to check the logs file. All previous events can be found in the plugin logs at the server.

/whobanned nickname - check who banned nickname (whobanned.dll)
/whokicked nickname - check who kicked nickname (whobanned.dll)
/whopunished nickname - check who punished nickname (whobanned.dll)
/whounpunished nickname - check who unpunished nickname (whobanned.dll)

Bot owners control

/owners - display owners list (imcontrol.dll)
/addowner nickname - add new owner (imcontrol.dll)
/delowner nickname - delete owner (imcontrol.dll)

Commands for Camfrog Server

/ver - display version and uptime
/msg - send a private message
/stat or /stats - display statistics
/ignore - manage ignore list
/quit or /exit - quit

/setopt - change server options

/oplist - manage operator list
/banlist - manage ban list
/clearbl - clear banlist

/addfriend - add server's friend
/oplist add - add server's operator 
/oplist remove - remove server's friend

/punish - punish user
/unpunish - unpunish user
/punishlist - display punished users
/blockmic - block microphone
/unblockmic - unblock microphone
/ban - ban user
/banip - ban user by ip
/kick - kick user
/ip - display user ip

/whowatching - check who is watching on this user
/watchlist - check user's watch list

/topic - set the room topic message
/notopic - reset topic

/setopt help - show help setopt list
 /setopt topic - set topic room text
 /setopt moderator on|off - turn moderator mode
 /setopt antiflood on|off - turn antiflood mode
 /setopt talk_time - set on talk time 0, 10-120 in seconds
 /setopt max_connections 1-2000 - set column room max
 /setopt no_bots on|off - turn bot mode
 /setopt motd - set wall room MOTD text
 /setopt motd_agree on|off - turn MOTD wall room mode
 /setopt cams_only on|off - turn cam mode
 /setopt password - set password room
 /setopt password_enabled on|off - turn on lock room mode
 /setopt nospam on|off - turn nospam mode
 /setopt teens_only on|off - turn teen mode
 /setopt punish_timeout - set on punish time 60-259200 in seconds
 /msg - send a private message
  
/msg - send a private message

Syntax:
/msg < nick > < message >
Example:
/msg  User  Hello, I'm here! How are you?
User receives private message from you

/ignore - manage ignore list

Syntax:
/ignore < nick > [-]
Example:
/ignore User
User added to ignore list. You cannot receive messages and IMs from user User

/banlist - manage ban list

Syntax:
/banlist list [part]
Example:
/banlist list
Shows list of all rules
/banlist list allow
Shows only allow rules
Syntax:
/banlist add <rule>

a. /banlist add (deny|allow) nick <nick> (no-expire | expire (hour | day | halfmonth | month | year)
Deny or allow <nick> to connect for a specified time
Example:
/banlist add deny nick  User  expire halfmonth
Deny  User  to connect to server for a 15 days
/banlist add allow nick  User  no-expire
Allow  User  to connect to server for an infinite time

b. /banlist add (deny|allow) ip <IP> <IPmask> (no-expire | expire (hour | day | halfmonth | month | year))
Deny or allow <IP> or subnet to connect for a specified time
Example:
/banlist add deny ip 192.168.43.64 255.255.255.0 expire year
Deny host 192.168.43.64 to connect for a year

c. /banlist add (deny|allow) nick_ip <nick> <IP> <IPmask> (no-expire | expire (hour | day | halfmonth | month | year))
Deny or allow <nick> and <IP> or subnet to connect for a specified time
Example:
/banlist add deny nick_ip  User  192.168.43.64 255.255.255.0 no-expire
Deny user  User  on host 192.168.43.64 to connect for an infinite time
Syntax:
/banlist remove <rule_part>
Remove first founded rule from list
Example:
/banlist remove allow
Removes first founded allow rule
/banlist remove deny nick_ip
Removes first founded deny nick_ip rule

/punish - punish user

Syntax:
/punish <nick> [minute, hour, day] | (N minutes, hours, days) [reason]
Example:
/punish  User  3 hours
User punished on server for a 3 hours
/punish  User  2 days
User punished on server for a 2 days
/punish User minute
User punished on server for a one minute
/punish  User  12 minutes No flood, please
User punished on server for a 12 minutes with reason "No flood, please"

Min / Max values: minutes from 1 to 60, hours from 1 to 24, days from 1 to 3

/unpunish - unpunish user

Syntax:
/unpunish < nick >
Example:
/unpunish User
User unpunished on server and can continue to chat

/ban - ban user

Syntax:
/ban < nick >
Example:
/ban User
Banned User for a default time
Default time set in GUI Advanced Server

/banip - ban user by ip

Syntax:
/banip < nick >
Example:
/banip User
Banned User's subnet for a default time Default time set in GUI Advanced Server

/kick - kick user

Syntax:
/kick < nick > [reason]
Example:
/kick User
Kick Streamyx from chat without reason
/kick User Don't be so angry
Kick User from chat with reason "Don't be so angry"

/ip - display user ip

Syntax:
/ip < nick >
Example:
/ip User
You see IP of the user ABC

/whowatching - check who is watching on this user

Syntax:
/whowatching < nick >
Example:
/whowatching User
You see list of users who watching User

/watchlist - check user's watch list

Syntax:
/watchlist < nick >
Example:
/watchlist User
You see list of users who watched by User


powered by MUS7@M4L4Y514N_FR13ND_F0R3V3R

4 ulasan:

  1. hello welcome nd camfrog _j0v0j_ me yes me deaf yes say you pro give me say? try

    BalasPadam
  2. hi im deaf how i pay bot camfrog for set up tanks

    BalasPadam
  3. hi im deaf how i pay bot camfrog for set up tanks

    BalasPadam
  4. Deigianeolivas

    BalasPadam