mIRC Home    About    Download    Register    News    Help

Print Thread
#173362 24/03/07 03:41 PM
D
DuXxXieJ
DuXxXieJ
D
I know i am annoying, but i'm not that smart :P

When i join:
is see:

.:16:16:. * Topic is '.: Testing :.'
.:16:16:. * Set by DP-User2 on Sat Mar 24 13:22:28

But i want:

€ Topic is: (.: Testing :.) €
€ Set by DP-User ( $+ $time $+ ) & ( $+ $date $+ ) €


Code:
ON ^1:JOIN:#:{
if $nick == $me {
echo -a € Topic is: ( $+ $1- $+ )
echo -a € Set by $tnick ( $+ time $+ ) & ( $+ date $+ )
}
}

#173369 24/03/07 05:58 PM
S
schaefer31
schaefer31
S
Code:
raw 332:*:{
  set -u3 %td-topic $3-
  haltdef
}

raw 333:*:{
  set -u3 %td-topicchan $2
  set -u3 %td-topicby $3
  set -u3 %td-topictime $4
  topicdisplay
  haltdef
}

alias -l topicdisplay {
  echo %td-topicchan € Topic is: (.: %td-topic :.) €
  echo %td-topicchan € Set by %td-topicby ( $+ $asctime(%td-topictime,h:nn:ss $+ $chr(41) & $chr(40) $+ ddd mmm d) $+ ) €
}

#173387 24/03/07 08:17 PM
D
DuXxXieJ
DuXxXieJ
D
ty, and is there one for:

.:21:16:. * Attempting to rejoin channel #testing


????

#173389 24/03/07 08:21 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
I'd look up a "raw list" on google if you plan to change a lot of those kinds of things. The format will end up being basically the same for all of them.

Riamus2 #173391 24/03/07 08:24 PM
D
DuXxXieJ
DuXxXieJ
D
oh?

#173392 24/03/07 08:28 PM
Joined: Apr 2006
Posts: 464
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Apr 2006
Posts: 464
Click

But I don't think you need a raw for the event that you specified.

#173407 25/03/07 02:39 AM
Joined: Oct 2005
Posts: 1,671
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,671
That message is created by mIRC (not from an IRC raw) when you have the Auto Rejoin option on.

-genius_at_work

#173426 25/03/07 10:00 AM
H
HuMoR
HuMoR
H
Originally Posted By: DuXxXieJ
ty, and is there one for:

.:21:16:. * Attempting to rejoin channel #testing


????


Attempting to rejoin channel #testing is not a raw message

A trick to see raws is:
Code:
RAW *:*: echo -a The number raw for [b] $1- [/b] is: $numeric


Cya!.-

Last edited by HuMoR; 25/03/07 10:00 AM.
genius_at_work #173478 25/03/07 05:42 PM
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
Originally Posted By: genius_at_work
That message is created by mIRC (not from an IRC raw) when you have the Auto Rejoin option on.


True, but unless I am mistaken, the plan will be to change a lot of events other than those mentioned. Why change only a few to a new format?


Link Copied to Clipboard