Fix syntax error in lobby IRC bot

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@6961 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2009-04-07 09:42:56 +00:00 committed by Git SVN Gateway
parent 020b66a959
commit acfa601182
1 changed files with 1 additions and 1 deletions

View File

@ -219,5 +219,5 @@ class line_socket:
def swap_endianness(i):
return struct.unpack(">I", struct.pack("<I", i))
if __name__ = "__main__":
if __name__ == "__main__":
main()