Advertisement
Topol

Soviet Python IRC Script

Aug 20th, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.31 KB | None | 0 0
  1.     import random
  2.      
  3.     def hammersickle(phenny,input):
  4.            
  5.             phenny.say("         !#########       #")
  6.             phenny.say("       !########!          ##!")
  7.             phenny.say("    !########!               ###")
  8.             phenny.say(" !##########                  ####")
  9.             phenny.say("######### #####                ######")
  10.             phenny.say("!###!      !####!              ######")
  11.             phenny.say("  !           #####            ######!")
  12.             phenny.say("                !####!         #######")
  13.             phenny.say("                   #####       #######")
  14.             phenny.say("                    !####!   #######!")
  15.             phenny.say("                        ####!########")
  16.             phenny.say("     ##                   ##########")
  17.             phenny.say("   ,######!          !#############")
  18.             phenny.say(" ,#### ########################!####!")
  19.             phenny.say(",####'     ##################!'    #####")
  20.             phenny.say(",####'            #######              !####!")
  21.             phenny.say("####'                                      #####")
  22.             phenny.say("~##                                          ##~")
  23.     hammersickle.commands = ['hammersickle']
  24.     hammersickle.priority = 'medium'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement