コード例 #1
0
ファイル: commands.py プロジェクト: drhardison/IRCBot
def UpdateAFKList(name):
	while AFKList.count(name) != 0:
		AFKList.remove(name)