mIRC Homepage
Posted By: bojak71730 topic issue - 16/05/06 11:40 PM
Code:
 on *:TEXT:!topic*:#: { /chanserv $chan $1 $2 }
} 


im trying to make this command work for my bot i wanted it to set the topic but it isnt doing that
Posted By: DaveC Re: topic issue - 17/05/06 12:55 AM
on *:TEXT:!topic *:#:{ chanserv TOPIC $chan $2- }
Posted By: bojak71730 Re: topic issue - 17/05/06 09:08 PM
That script didnt work
Posted By: OrionsBelt Re: topic issue - 17/05/06 09:18 PM
Why not just use something like this:

Code:
on @*:TEXT:!topic*:#:{
  topic $chan $2
}


It doesn't use chanserv, but as long as your bot has ops it works....
Posted By: bojak71730 Re: topic issue - 17/05/06 09:25 PM
all i need to type is !topic message here right?
Posted By: OrionsBelt Re: topic issue - 17/05/06 09:26 PM
jup

!topic topictexthere
Posted By: Mpdreamz Re: topic issue - 18/05/06 10:20 AM
Maybe because Chanserv allows you to do things even when not opped.
© mIRC Discussion Forums