Better help text.

This commit is contained in:
Bandie Yip Kojote 2016-06-18 13:18:34 +02:00
parent 7bd93df681
commit 6c30e89312
1 changed files with 9 additions and 0 deletions

View File

@ -116,6 +116,15 @@ while 1:
time.sleep(0.5) time.sleep(0.5)
ircsock.send( ircsock.send(
"PRIVMSG %s Use \"/msg %s &pager (urgent) <Username> <Message>\" to page someone.\r\n" % (usernick, NICK)) "PRIVMSG %s Use \"/msg %s &pager (urgent) <Username> <Message>\" to page someone.\r\n" % (usernick, NICK))
time.sleep(0.2)
ircsock.send(
"PRIVMSG %s Examples:\r\n" % (usernick))
time.sleep(0.2)
ircsock.send(
"PRIVMSG %s \t/msg %s &pager melli17 This is a not so urgent message.\r\n" % (usernick, NICK))
time.sleep(0.2)
ircsock.send(
"PRIVMSG %s \t/msg %s &pager urgent melli17 This is an urgent message!\r\n" % (usernick, NICK))
time.sleep(0.5) time.sleep(0.5)
ircsock.send( ircsock.send(
"PRIVMSG %s Call %s if you want to add yourself to the pager phonebook.\r\n" % (usernick, OWNERNAME)) "PRIVMSG %s Call %s if you want to add yourself to the pager phonebook.\r\n" % (usernick, OWNERNAME))