cosmétique
This commit is contained in:
parent
f6e563b071
commit
630ad6948c
|
@ -120,7 +120,7 @@ def cmdhist(owners, nick, text, store):
|
||||||
|
|
||||||
msg = "voici les cinq derniers évènements pour chaque hôte notifié:\n"
|
msg = "voici les cinq derniers évènements pour chaque hôte notifié:\n"
|
||||||
for host in store.knownMaintainers[nick]:
|
for host in store.knownMaintainers[nick]:
|
||||||
msg += "\nHôte %s:" % host
|
msg += "\nHôte %s:\n" % host
|
||||||
|
|
||||||
count = 0
|
count = 0
|
||||||
for serviceline in store.knownMaintainers[nick][host]:
|
for serviceline in store.knownMaintainers[nick][host]:
|
||||||
|
|
Loading…
Reference in New Issue