Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Swizec committed Apr 25, 2012
1 parent 77b097b commit f80b61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chitchat.py
Expand Up @@ -77,7 +77,7 @@ def velocity_rate(self):
return float(now-oldest_10)/float(now-oldest)

def accel_rate(self):
w = self.accep_damp
w = self.accel_damp

last_15 = self.timestamps(0, w*3)

Expand Down
2 changes: 1 addition & 1 deletion src/settings.py
Expand Up @@ -9,6 +9,6 @@
BOT_NICK = "_chatty-botko_"
BOT_NAME = "chatty-botko"
#CHANNEL = "#smotko-testing"
CHANNEL = "#swizec-testing"
CHANNEL = "#psywerx"
IRC_SERVER = 'irc.freenode.org'
IRC_PORT = 6667

0 comments on commit f80b61f

Please sign in to comment.