hi all
Can somone help me on chainfo v1.3 pls .The trigger for the bot is !info [nick] !addinfo .....
But i need a other trigger like !news [nick] !addnews ......
sorry for my english and thx for the help .
Code: Select all
bind pubm -|- "$chan !info" info_show
bind pubm -|- "$chan !listinfo*" info_list
bind pubm v|v "$chan !info %" info_target
bind pubm $flg "$chan !addinfo *" info_add
bind pubm $flg "$chan !delinfo %" info_del
bind pubm $flg "$chan !wipeinfo" info_wipe
bind pubm $flg "$chan !undoinfo" info_undo
bind pubm $flg "$chan !helpinfo*" info_help