mIRC Home    About    Download    Register    News    Help

Print Thread
#173362 24/03/07 03:41 PM
Joined: Jan 2007
Posts: 280
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
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 $+ )
}
}


Squee whenever a squee squee's. Squee whenever a squee does not squee.
DuXxXieJ #173369 24/03/07 05:58 PM
Joined: Aug 2005
Posts: 525
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2005
Posts: 525
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) $+ ) €
}

schaefer31 #173387 24/03/07 08:17 PM
Joined: Jan 2007
Posts: 280
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
ty, and is there one for:

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


????


Squee whenever a squee squee's. Squee whenever a squee does not squee.
DuXxXieJ #173389 24/03/07 08:21 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
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.


Invision Support
#Invision on irc.irchighway.net
Riamus2 #173391 24/03/07 08:24 PM
Joined: Jan 2007
Posts: 280
Fjord artisan
OP Offline
Fjord artisan
Joined: Jan 2007
Posts: 280
oh?


Squee whenever a squee squee's. Squee whenever a squee does not squee.
DuXxXieJ #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.

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

-genius_at_work

DuXxXieJ #173426 25/03/07 10:00 AM
Joined: Mar 2007
Posts: 38
H
Ameglian cow
Offline
Ameglian cow
H
Joined: Mar 2007
Posts: 38
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.

"if ($me ison $forum) { say Hello! }"
genius_at_work #173478 25/03/07 05:42 PM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
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?


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard