Browse Source

On branch algebrato
Changes to be committed:
modified: whoall

Stefano Mandelli 8 years ago
parent
commit
999a270724
1 changed files with 0 additions and 9 deletions
  1. 0 9
      whoall

+ 0 - 9
whoall

@@ -105,15 +105,6 @@ class Node(Thread):
 		for x in righe:
 			fields = x.split()
 
-		# siii, cioe', non avete proprio niente da fare, eh?
-                        #if fields[0] == "gian":
-                          #      fields[0] = "gina"
-                          #      fields[1] = "pts"
-
-		#	if fields[0] == "algebrato":
-		#		fields[0] = "stefanomandelli"
-		#		fields[1] = "pts"
-
 			if "tty" in fields[1]:
 				if fields[0] in gods:
 					self.lgod.append(fields[0].lower())