Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

Update megahal.tcl #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions copy_to_eggdrop_wd/scripts/megahal.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ set maxreplywords 30
learningmode $learnmode

# bind the botnick
catch "unbind pub - hal: *pub:hal:"
bind pub - ${nick}: *pub:hal:
catch "unbind dcc - hal *dcc:hal"
bind dcc - $nick *dcc:hal
catch "unbind pub - Kuro-sama: *pub:Kuro-sama:"
bind pubm - "*${nick}*" *pub:Kuro-sama:
catch "unbind dcc - Kuro-sama *dcc:Kuro-sama"
bind dcc - $nick *dcc:Kuro-sama
setmegabotnick $nick

# Save and trim the brain once every hour
Expand Down