Top

Guestbook


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  4.0
Scores Submitted  1
Date Added  Apr 02, 2008
Last Updated  Apr 02, 2008
Tags  guestbook 
  Bookmark and Share

Introduction

Well this is what the title says it is :)
Just a simple guestbook script for use in mIRC.

!guestbook shows the commands
!writegb <message> leaves a message in the guestbook
!viewgb shows the entries.

Have fun with it.
Open up remotes (alt+r) and paste this script in it.

Grab the Code

Comments

  (3)  RSS
BlueThen
Comments: 310
 
mIRC Snippet:  Guestbook
Posted on Apr 2, 2008 2:59 pm
I don\'t really like timed messages. Mostly because I have to wait to get what I commanded for.
xDaeMoN
Comments: 696
 
mIRC Snippet:  Guestbook
Posted on Apr 2, 2008 2:59 pm
1. You could have just used $lines(file.txt) to get the number of lines for your file.
2. Use /var instead of /set, making them local variables (or just get rid of the variables, which is not really necessary ;) )
3. Optional: You can also use /play to make use of it\'s flood protection, then use an alias so you can manipulate the output.
jonesy44
Comments: 936
 
mIRC Snippet:  Guestbook
Posted on Apr 2, 2008 6:07 pm
oooooh, prepare for some serious lag on that while loop !

Eeeeek, i remember an old bot i ran had a .txt on a while loop for a help file, on a VERY powerful server, lagged it like hell xD

Please Register or Login to start posting comments.
Bottom