Skip to content

Commit

Permalink
Fixing Documentation, Tagging for 0.6.1_01
Browse files Browse the repository at this point in the history
  • Loading branch information
resba committed Jun 27, 2011
1 parent 2130b75 commit e507fbf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wikkity.py
Expand Up @@ -228,20 +228,20 @@ def opCheck():
if (opCheck() == 0):
thenull = ""
woot.send ( 'PRIVMSG '+channel+' :-- Wikkity Version -- \r\n' )
woot.send ( 'PRIVMSG '+channel+' :WikkityBot V0.6.1 \r\n' )
woot.send ( 'PRIVMSG '+channel+' :WikkityBot V0.6.1_01 \r\n' )
woot.send ( 'PRIVMSG '+channel+' :Built By resba \r\n' )
woot.send ( 'PRIVMSG '+channel+' :http://wiki.bukkit.org/Wikkity \r\n' )
woot.send ( 'PRIVMSG '+channel+' :Receives feeds from sources and displays them after a certain command is run \r\n' )
woot.send ( 'PRIVMSG '+channel+' :Last Updated: 5/31/11 at 14:11 ET \r\n' )
woot.send ( 'PRIVMSG '+channel+' :Last Updated: 6/27/11 at 16:10 ET \r\n' )
else:
if (commandCooldown() == 0):
thenull = ""
woot.send ( 'PRIVMSG '+channel+' :-- Wikkity Version -- \r\n' )
woot.send ( 'PRIVMSG '+channel+' :WikkityBot V0.6.1 \r\n' )
woot.send ( 'PRIVMSG '+channel+' :WikkityBot V0.6.1_01 \r\n' )
woot.send ( 'PRIVMSG '+channel+' :Built By resba \r\n' )
woot.send ( 'PRIVMSG '+channel+' :http://wiki.bukkit.org/Wikkity \r\n' )
woot.send ( 'PRIVMSG '+channel+' :Receives feeds from sources and displays them after a certain command is run \r\n' )
woot.send ( 'PRIVMSG '+channel+' :Last Updated: 5/31/11 at 13:11 ET \r\n' )
woot.send ( 'PRIVMSG '+channel+' :Last Updated: 6/27/11 at 16:10 ET \r\n' )

# !rules: Displays rules linkout.
if data.find ( '!rules' ) != -1:
Expand Down Expand Up @@ -428,11 +428,11 @@ def readUser():
readUser()
thenull = ""
woot.send ( 'PRIVMSG '+readUserName+' :-- Wikkity Version -- \r\n' )
woot.send ( 'PRIVMSG '+readUserName+' :WikkityBot V0.6.1 \r\n' )
woot.send ( 'PRIVMSG '+readUserName+' :WikkityBot V0.6.1_01 \r\n' )
woot.send ( 'PRIVMSG '+readUserName+' :Built By resba \r\n' )
woot.send ( 'PRIVMSG '+readUserName+' :http://wiki.bukkit.org/Wikkity \r\n' )
woot.send ( 'PRIVMSG '+readUserName+' :Receives feeds from sources and displays them after a certain command is run \r\n' )
woot.send ( 'PRIVMSG '+readUserName+' :Last Updated: 5/31/11 at 14:11 EST \r\n' )
woot.send ( 'PRIVMSG '+readUserName+' :Last Updated: 6/27/11 at 16:10 EST \r\n' )
if data.find ( '^rules' ) != -1:
readUser()
thenull = ""
Expand Down

0 comments on commit e507fbf

Please sign in to comment.