shokai / bot-ahokai (http://twitter.com/ahokai)

twitter bot "ahokai". The license is public domain.

Clone this repository (size: 94.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/shokai/bot-ahokai/

Changed (Δ24 bytes):

raw changeset »

post3gram.rb (1 lines added, 1 lines removed)

Up to file-list post3gram.rb:

@@ -126,7 +126,7 @@ end
126
126
127
127
def has_ngWord(post)
128
128
  ngwords = Array.new
129
  open("ngwords").read.each{ |line|
129
  open(File.dirname(__FILE__)+"/ngwords").read.each{ |line|
130
130
    ngwords.push(line.chomp)
131
131
  }
132
132
  ngwords.each{ |w|