mIRC Home    About    Download    Register    News    Help

Print Thread
#192593 05/01/08 09:28 PM
Joined: Dec 2007
Posts: 61
P
PO3 Offline OP
Babel fish
OP Offline
Babel fish
P
Joined: Dec 2007
Posts: 61
Code:
on *:JOIN:#: {
  if (RoomBlah !isin $chan) halt
  msg $chr(37) $+ $chr(35) $+ RoomBlah $remove($replace($nick $address $1,>,Guest_),') has Join $remove($chan,$chr(37),$chr(35)) ( $+ $time GMT +10)
  if (' isin $nick) {
    if (Bot isin $nick) { halt }
    if (Denies isin $nick) { halt }
    else {


Hello How Would I go About halting this code for a few seconds please thanks smile

PO3 #192605 06/01/08 01:23 AM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Use a timer and put everything into an alias.


Invision Support
#Invision on irc.irchighway.net
Riamus2 #192712 08/01/08 05:20 PM
Joined: Dec 2007
Posts: 61
P
PO3 Offline OP
Babel fish
OP Offline
Babel fish
P
Joined: Dec 2007
Posts: 61
so it be like this

Code:
on *:JOIN:#: {
  if (RoomBlah !isin $chan) halt
  .timer 1 2 msg $chr(37) $+ $chr(35) $+ RoomBlah $remove($replace($nick $address $1,>,Guest_),') has Join $remove($chan,$chr(37),$chr(35)) ( $+ $time GMT +10)
  if (' isin $nick) {
	if (Bot isin $nick) { halt }
	if (Denies isin $nick) { halt }
	else {


PO3 #192734 09/01/08 12:55 AM
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
If you only want that line to be delayed, yes.


Invision Support
#Invision on irc.irchighway.net
Riamus2 #192748 09/01/08 11:59 AM
Joined: Dec 2007
Posts: 61
P
PO3 Offline OP
Babel fish
OP Offline
Babel fish
P
Joined: Dec 2007
Posts: 61
Hmmm not working any idea why ?


Link Copied to Clipboard