mIRC Home    About    Download    Register    News    Help

Print Thread
#149342 16/05/06 11:40 PM
Joined: Oct 2005
Posts: 54
B
Babel fish
OP Offline
Babel fish
B
Joined: Oct 2005
Posts: 54
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

Last edited by bojak71730; 16/05/06 11:41 PM.
#149343 17/05/06 12:55 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
on *:TEXT:!topic *:#:{ chanserv TOPIC $chan $2- }

#149344 17/05/06 09:08 PM
Joined: Oct 2005
Posts: 54
B
Babel fish
OP Offline
Babel fish
B
Joined: Oct 2005
Posts: 54
That script didnt work

#149345 17/05/06 09:18 PM
Joined: Apr 2006
Posts: 464
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Apr 2006
Posts: 464
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....

Last edited by OrionsBelt; 17/05/06 09:21 PM.
#149346 17/05/06 09:25 PM
Joined: Oct 2005
Posts: 54
B
Babel fish
OP Offline
Babel fish
B
Joined: Oct 2005
Posts: 54
all i need to type is !topic message here right?

#149347 17/05/06 09:26 PM
Joined: Apr 2006
Posts: 464
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Apr 2006
Posts: 464
jup

!topic topictexthere

#149348 18/05/06 10:20 AM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
Maybe because Chanserv allows you to do things even when not opped.


$maybe

Link Copied to Clipboard