Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
Bob423

Ban 2.0

Recommended Posts

Banned because I have been doing like everything, and haven't been on the forums in a while.

Share this post


Link to post
Share on other sites

Banned because I have been doing like everything, and haven't been on the forums in a while.

 

Banned because doing everything could include trying to destroy the forums!!!

 

banned because woah, i remember you. you still have only 10 posts

 

class Banned_Members
 attr_reader  :list

 def initialize
   @list = []
 end

 def add(member, reason)
   @list.push([member, reason])
 end

 def remove(member)
   @list.each { |ary|
     if ary[0] == member
       @list.delete(ary)
       break
     end
   }
 end
end

banned_members = Banned_Members.new
banned_members.add(kellessdee, "For not finishing bob's scripts; before bob could do the banning ;)")

Share this post


Link to post
Share on other sites

class Banned_Members

 def add(member, reason)
   @list.each { |ary|
      if ary[0] == member
        p "Error. Member already banned"
        return
      end
   }
   @list.push([member, reason])
 end
end

 

Error. Member already banned

Share this post


Link to post
Share on other sites

I ban you because you support the Aether mod and I support the Neither mwahahahaaaa :devil: :devil: :devil:

Share this post


Link to post
Share on other sites

Banned because your posts aren't over 9000 yet (admin)

Edited by drago2308

Share this post


Link to post
Share on other sites

Banned because if you get 1 more badge you'd have 8 and I could make a joke about you being able to now challenge some kind of Steam Elite Four

Share this post


Link to post
Share on other sites

Banned because you're not female, And feel free to ban me for being feminism :P

Edited by zahraa

Share this post


Link to post
Share on other sites

Banned because you mentioned feminism and said "feminism" instead of "feminist".

Anyone else who mentions feminism after this post is also banned.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...