diff --git a/tiger-bot.tig b/tiger-bot.tig index 3853b83..7a93653 100644 --- a/tiger-bot.tig +++ b/tiger-bot.tig @@ -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 -