Guest User

Untitled

a guest
Dec 8th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.87 KB | None | 0 0
  1. alias tex {
  2.   %i = $1-
  3.   %i = $replacecs(%i,!=,≠,\neq,≠,\infty,∞,\int,∫,!\in,∉,\in,∈,fa.,∀,\forall,∀,\exists,∃,\or,∨,\and,∧,\cap,∩,\cup,∪,!\subset,⊄,\subset,⊂,|r,ℝ,|n,ℕ,|z,ℤ,|c,ℂ,|q,ℚ,infin.,∞, $&
  4.     \lambda,λ,\sum,∑,\alpha,α,\beta,β,\gamma,γ,\delta,δ,\epsilon,ε,\omega,ω,\Omega,Ω,->,→,\rightarrow,→,<=>,⇔,\Cup,⋃,<=,≤,\leq,≤,>=,≥,\geq,≥,\mapsto,↦,\phi,φ,\pi,π,\partial,∂,\del,∂,\emptyset,∅ )
  5.   %i = $replacecs(%i,\snowflake2,❆,\snowflake,❄,\snowman,☃,\heart,♥,\umbrella,☂,\note2,♫, $&
  6.     \note,♪,\radioactive,☢,\biohazard,☣,\ankh,☥,\sowjet,☭,\peace,☮,\yinyang,☯,$+(\:,$chr(40)),☹,\recycle,♻,\wheelchair,♿,\checkmark,✔,\arrowright,➳,\not,¬)
  7.   return %i
  8. }
  9.  
  10.  
  11. on *:input:*: {
  12.   var %i = $1-, %x = 0, %p
  13.   if $1 == \tex {
  14.     haltdef
  15.     msg $target $tex($2-)
  16.   }
  17. }
Add Comment
Please, Sign In to add comment