Code: Select all
on *:JOIN:#Channel1: {
if ($nick isop #Channel2) { mode # +o $nick }
}
Code: Select all
on *:TEXT:*:#Channel1: {
if (text1 isin $1-) { msg # $2- $+ : Text2! }
}
- !last -> Show the last added news (on a page), ex:
- !News -> Show numbers of news, ex:<user1> !last
<eggdrop> Last News: <title> <writer> <date>
- !Search -> Search through news, ex:<user1> !news
<eggdrop> We have posted XX news.
It would be great with help from you guys!<user1> !search cat
<eggdrop> Result: News found! <urltonews>
<user1> !search dog
<eggdrop> Result: News not found!