Changeset f6778cf for .tests


Ignore:
Timestamp:
2021-02-25T17:40:36Z (3 years ago)
Author:
/ <>
Children:
56c9fbf
Parents:
ef2cbca
Message:

less typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .tests/test1.py

    ref2cbca rf6778cf  
    1616
    1717    def sendPrivMsg(self, recip, msg, loud = True):
    18         self.sendRaw('PRIVMSG '+recip+' :'+msg, loud);)
     18        self.sendRaw('PRIVMSG '+recip+' :'+msg, loud)
    1919
    2020    def connect(self):
     
    102102    print("Test passed")
    103103   
    104    
    105 
    106104if __name__ == "__main__":
    107105    runTests()
Note: See TracChangeset for help on using the changeset viewer.