mIRC Home    About    Download    Register    News    Help

Print Thread
#61516 22/11/03 11:55 PM
Joined: Nov 2003
Posts: 257
A
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Nov 2003
Posts: 257
how do i edit this when i join a channel

* Topic is 'sfgsfgsfgsfg'
* Set by alkahol1k on Sat Nov 22 18:46:49

is it possible?

#61517 23/11/03 12:07 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Code:
raw 332:*:{
  echo -at Topic in $2 is $3-
  halt
}
raw 333:*:{
  echo -at Topic in $2 set by $3 on $asctime($4,ddd mmm dd HH:nn:ss)
  halt
}

Change those to how you want it to be.

#61518 23/11/03 12:17 AM
Joined: Nov 2003
Posts: 257
A
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Nov 2003
Posts: 257
thanks

just what i was looking for

#61519 23/11/03 11:09 AM
Joined: Jun 2003
Posts: 68
D
Babel fish
Offline
Babel fish
D
Joined: Jun 2003
Posts: 68
-at? why not $2 whats at? a is active but t? :P

/debug @moo and check it out

#61520 23/11/03 11:17 AM
Joined: Oct 2003
Posts: 50
T
Babel fish
Offline
Babel fish
T
Joined: Oct 2003
Posts: 50
t = timestamp

and yes, I think this would be better: /echo -t $2 Topic in $2 is $3-

#61521 23/11/03 11:18 AM
Joined: Jun 2003
Posts: 68
D
Babel fish
Offline
Babel fish
D
Joined: Jun 2003
Posts: 68
is saw :P but thanks anyway


Link Copied to Clipboard