mIRC Home    About    Download    Register    News    Help

Print Thread
#29776 14/06/03 03:11 PM
Joined: May 2003
Posts: 13
M
miniki Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: May 2003
Posts: 13
I want to add a " front of my message and after my message
how can i do it ?
Example
<miniki> " hi "
<miniki> " yo "

#29777 14/06/03 03:14 PM
Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
On 1:INPUT:*:*:{
msg $active " $+ $1- $+ "
halt
}


- cF
Dedicated helper for rent.
#29778 14/06/03 03:32 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
On 1:INPUT:*:*:{
if (/* iswm $1) { return }
say " $+ $1- $+ "
halt
}

#29779 14/06/03 03:34 PM
Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
Yeah, what codemastr said, if you don't want everyone to see your passes that is.


- cF
Dedicated helper for rent.

Link Copied to Clipboard