Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Python by Lucas ( 6 years ago )
def processa_mensagem(mensagem,informacao):
if informacao=='horario':
return mensagem[1:6]
elif informacao=='apelido':
simbolo=mensagem.find('>')
return mensagem[9:simbolo]
else:
simbolo=mensagem.find('>')
return mensagem[simbolo+2:]
Revise this Paste