More polite bot
This commit is contained in:
parent
da087d694a
commit
5ef1ff7090
|
@ -221,7 +221,7 @@ in ()
|
|||
/* Establish connection */
|
||||
/* At this point, we can register */
|
||||
; print("USER tiger-bot * * : yo\n")
|
||||
; print("NICK bot-fucker\n")
|
||||
; print("NICK TigerBot\n")
|
||||
; flush()
|
||||
|
||||
/* Wait for first PING, and respond to it */
|
||||
|
@ -234,7 +234,7 @@ in ()
|
|||
|
||||
/* Connect to channel and greet */
|
||||
; send_msg(cmd1("JOIN", "#bot-test"))
|
||||
; send_msg(cmd2("PRIVMSG", "#bot-test", "Whatup motherfuckers?"))
|
||||
; send_msg(cmd2("PRIVMSG", "#bot-test", "Hello, how's it going?"))
|
||||
|
||||
/* Start normal connection */
|
||||
; main_loop()
|
||||
|
@ -242,4 +242,3 @@ in ()
|
|||
/* Exit! */
|
||||
; quit("Nothing more to say")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user