Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ######################################################################################################################################################
- # TALK BACK SCRIPT
- #
- ######################################################################################################################################################
- #Made By ComputerTech
- #
- ######################################################################################################################################################
- #Contact
- #
- #EMAIL ComputerTech312@gmail.com
- #
- #IRC.FREENODE.NET ##COMPUTERTECH123
- #
- ###########################################################################################################################################EDIT BELOW THE FOLLOWING THINGS# BOT , BOT , BOT
- bind pubm - "*Hello BOT*" do_hello_user
- bind pubm - "*Bye BOT*" do_bye_user
- bind pubm - "*How are you BOT*" do_howareyou_user
- ######################################################################################################################################################
- #NO EDITING IS NEEDED BELOW#
- ######################################################################################################################################################
- proc do_hello_user {nick uhost handle chan text} {
- putserv "privmsg $chan :Hello $nick"
- }
- proc do_bye_user {nick uhost handle chan text} {
- putserv "privmsg $chan :GoodBye $nick"
- }
- proc do_howareyou_user {nick uhost handle chan text} {
- putserv "privmsg $chan :I Feeling Good And How Are You $nick"
- }
- ######################################################################################################################################################
Advertisement
RAW Paste Data
Copied
Advertisement