All pastes #643556 Raw Edit

Joshua

public text v1 · immutable
#643556 ·published 2007-08-02 21:54 UTC
rendered paste body
on *:TEXT:!swift*:*: {
  if ( $network == SwiftIRC) {
    if (1 isin $2) {
      msg $nick 1. No spamming
      msg $nick Spamming is defined as sending irrelevant messages, usually in an attempt to promote something (a channel or web site etc).
    }
    else if (2 isin $2) {    
      msg $nick 2. No flooding 
      msg $nick Flooding is defined as sending large quantities of (usually repeated) messages or commands for no legitimate reason.
    }
    else if (3 isin $2) {    
      msg $nick 3. Do not attempt to steal registered nicknames or channels
      msg $nick You must not attempt to obtain unauthorized access to another users registered nicknames or channels.
    }
    else if (4 isin $2) {    
      msg $nick 4. Do not attempt to get past network or channel bans
      msg $nick You must not intentionally get around a ban. You must wait until your ban expires/is removed, without exception.
    }
    else if (5 isin $2) {
      msg $nick 5. Connecting through insecure proxies is not permitted
      msg $nick Insecure proxies allow users to evade bans and otherwise break the rules without being accountable for their actions. Therefore, the network automatically scans all clients for open proxies.
    }
    else if (6 isin $2) {    
      msg $nick 6. No file sharing, botnets, spam, or otherwise harmful bots are allowed on the network
      msg $nick Bots intended to serve copyrighted materials ("XDCC" bots) are not allowed on the network, as per our intellectual property rule
      msg $nick A botnet is defined as a computer infected with a trojan or otherwise under the control of an unauthorized party.
      msg $nick A spam bot is an automated client that messages random users and channels with messages intended to spread malware or advertise web sites.
    }
    else if (7 isin $2) {    
      msg $nick 7. You should respect intellectual property and copyright law
      msg $nick You must not use SwiftIRC resources to infringe or assist in infringing upon the copyrights of any individual or organization. This rule prohibits any illegal file sharing ("warez") channels as well as channels concerning cheating in multiplayer computer games. Channels based on unauthorized derivative works are also disallowed. Profiting by selling intellectual property when you have no permission to do so is also disallowed.
      msg $nick This rule explicitly disallows any user to engage in the selling, buying, or trading of RuneScape accounts, items, membership, for out of game money or anything else. The account and membership parts of this clause also extend to ingame items/currency. Users are encouraged to bring any such activity to the attention of the network staff.
      msg $nick It is forbidden to attempt to deceive a user into revealing confidential information, installing malware, or anything otherwise harmful to them. It is also not allowed to attempt to disrupt a user's IRC session, using methods such as flooding and exploiting vulnerabilities in the user's IRC client.
    }
    else if (8 isin $2) {    
      msg $nick 8. Don't try be a vigilante
      msg $nick The network has rules for a reason. If you feel that another user has broken the rules, or is otherwise acting in a manner unacceptable to you, you should contact the network staff or either ignore or ban the user as appropriate. Never "retaliate" against a rule breaker or otherwise take matters into your own hands.
    }
    else if ($2 == $null) {
      /msg $nick Please type !rule 1-9 to view that particular rule
      /msg $nick 6SwiftIRC rules can be read in detail by visiting 3http://www.swiftirc.net/index.php?page=rules
    }
    else if ($network != SwiftIRC) { HALT }
  }
}