Code: Select all
21:30:38 <+X> !g weather ohio
21:30:43 <@Y> Weather for Ohio: 20������C, Current: Clear, Wind: NE at 11 km/h, Humidity: 29%; Forecast: Mon, Mostly sunny (19������C|6������C); Tue, Mostly sunny (19�� Thunderstorm (19������C|12������C)
Code: Select all
...
if {[string match "*word1*" $text] || [string match "*word2*" $text]} {
...
Code: Select all
#bind pubm -|- "% $botnick*\!cmd" pub_do_cmd
Code: Select all
bot_nick: !help
Code: Select all
!help
Code: Select all
bind pub -|- !help pub_do_shelp
proc pub_do_shelp {nick host handle channel text} {
putserv "NOTICE $nick :Public commands: !..."
}